.aside-content.filter-group.active {
	margin-top: 1px;
	border-radius: 20px;
}

.row.row-gutter-10 {
	margin-left: -5px;
	margin-right: -5px
}

	.row.row-gutter-10 > [class*="col-"] {
		padding-left: 5px;
		padding-right: 5px
	}

.row.row-noGutter {
	margin-left: 0;
	margin-right: 0
}

.row.row-noGutter-1 {
	margin-left: -7.5px;
	margin-right: -7.5px
}

@media (max-width: 991px) {
	.row.row-noGutter-1 {
		margin-left: -15px;
		margin-right: -15px
	}
}

.row.row-noGutter-2 {
	margin-left: 0px;
	margin-right: 0px
}

	.row.row-noGutter-2 > [class*="col-"] {
		padding-left: 0px;
		padding-right: 0px
	}

.bold-14 {
	font-weight: bold;
	font-size: 14px;
	font-family: 'Arial',sans-serif
}

.bold-20 {
	font-weight: bold;
	font-size: 20px;
	font-family: 'Arial',sans-serif;
	text-transform: uppercase
}

.white-color {
	color: #fff;
	font-weight: bold
}

.dp_none {
	display: none
}

.text-upper {
	text-transform: uppercase
}

img.grayscale {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all .6s ease;
	opacity: 0.5
}

	img.grayscale:hover {
		opacity: 1;
		filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
		filter: none
	}

.border-bottom-3line {
	margin-top: 60px;
	margin-bottom: 50px
}

@media (max-width: 767px) {
	.border-bottom-3line {
		margin-top: 20px;
		margin-bottom: 10px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.border-bottom-3line {
		margin-top: 35px;
		margin-bottom: 10px
	}
}

.border-bottom-3line-2 {
	margin-top: 60px;
	margin-bottom: 50px
}

@media (max-width: 1199px) {
	.border-bottom-3line-2 {
		margin-top: 0px;
		margin-bottom: 0px
	}
}

.border-bottom-3line-3 {
	margin-top: 60px;
	margin-bottom: 55px
}

.border-bottom-3line-4 {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 13px;
	z-index: 9
}

.border-bottom-1px {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 2px
}

.border-bottom-1px-fot {
	border-bottom: 1px solid #3b3b3b;
	margin-top: 15px
}

.page {
	display: block;
	width: 100%
}

.owl_timeout {
	display: none !important
}

.bizweb-product-reviews-module {
	margin: 0 !important
}

.title-head {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 9px;
	color: #252525;
	text-decoration: none
}

	.title-head.page_title {
		font-size: 16px;
		font-weight: bold;
		text-transform: none
	}

	.title-head a {
		color: #252525
	}

		.title-head a:hover {
			color: #409cff
		}

.subtitle-head {
	font-size: 1.28571em;
	color: #252525;
	margin: 20px 0
}

.products-view-list {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5
}

	.products-view-list .product-box .product-price-old {
		margin-left: 10px !important;
		font-size: 15px;
		line-height: 30px
	}

	.products-view-list .btn.btn-circle {
		border-radius: 3px;
		width: 36px;
		margin: 0px;
		border: none;
		display: inline-block;
		text-align: center;
		padding: 0 !important;
		background: #409cff;
		height: 36px;
		line-height: 36px
	}

		.products-view-list .btn.btn-circle.iWishAdd .fa {
			color: #fff
		}

		.products-view-list .btn.btn-circle.iWishAdded .fa {
			color: #3d4356
		}

		.products-view-list .btn.btn-circle:hover {
			background: #22263c;
			color: #fff;
			border: none;
			line-height: 36px
		}

			.products-view-list .btn.btn-circle:hover .fa {
				color: #fff !important
			}

		.products-view-list .btn.btn-circle .fa {
			color: #409cff
		}

		.products-view-list .btn.btn-circle .add_cart_h {
			margin-bottom: 3px;
			margin-right: 3px;
			display: inline-block
		}

	.products-view-list .btn.btn-cart {
		width: 130px;
		height: 36px;
		line-height: 36px;
		border-radius: 3px;
		margin-right: 3px;
		color: #fff;
		border: none !important;
		background: #409cff
	}

.row-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: -moz-linear-gradient(0deg, #594EB8 0%, #409cff 100%);
	background-image: -webkit-linear-gradient(0deg, #594EB8 0%, #409cff 100%);
	background-image: -ms-linear-gradient(0deg, #594EB8 0%, #409cff 100%);
	height: 80px;
	border-radius: 50px
}

@media (max-width: 991px) {
	.row-filter {
		margin-top: 0;
		height: auto
	}
}

.filter-content {
	width: 100%;
	padding: 0 30px
}

@media (max-width: 991px) {
	.filter-content {
		padding: 15px 30px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.filter-content {
		padding: 0 45px 0 15px
	}
}

.filter-content .aside_boloc {
	line-height: 36px;
	font-size: 13px;
	font-weight: 600
}

@media (min-width: 1200px) {
	.filter-content .aside_boloc {
		width: 4% !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.filter-content .aside_boloc {
		width: 5% !important
	}
}

.filter-content .filter_price {
	display: block;
	float: left;
	width: 100%
}

	.filter-content .filter_price .aside-titles {
		width: 135px;
		max-width: 135px;
		height: auto;
		display: block;
		float: left
	}

		.filter-content .filter_price .aside-titles h2 {
			font-size: 14px;
			height: 60px;
			line-height: 60px;
			margin: 0
		}

			.filter-content .filter_price .aside-titles h2 span {
				color: #fff
			}

	.filter-content .filter_price .aside-content {
		display: block;
		float: left;
		width: calc(100% - 155px);
		margin-left: 20px;
		position: relative;
		margin-bottom: 0;
		padding: 0
	}

@media (max-width: 767px) {
	.filter-content .filter_price .aside-content {
		width: 100%;
		margin-left: 8px;
		margin-top: -25px
	}
}

.filter-content .filter_price .aside-content .ui-widget-content {
	border: none !important;
	margin-bottom: 0;
	width: 96%;
	margin-left: 7px;
	margin-top: 35px
}

@media (max-width: 767px) {
	.filter-content .filter_price .aside-content .ui-widget-content {
		margin-left: 0;
		margin-bottom: 15px
	}
}

.filter-content .filter_price .aside-content #start {
	display: inline-block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff
}

@media (max-width: 767px) {
	.filter-content .filter_price .aside-content #start {
		top: 8px;
		left: -5px
	}
}

.filter-content .filter_price .aside-content #start input {
	color: #fff
}

.filter-content .filter_price .aside-content #stop {
	display: inline-block;
	float: right;
	margin: 0;
	text-align: right;
	position: absolute;
	right: -15px;
	top: 0;
	width: 100px
}

@media (max-width: 767px) {
	.filter-content .filter_price .aside-content #stop {
		top: 8px
	}
}

@media (max-width: 991px) {
	.filter-content .filter_price .aside-content #stop {
		right: -35px
	}
}

.filter-content .filter_price .aside-content #stop input {
	color: #fff
}

.filter-content .aside-item {
	margin-right: 10px;
	float: left;
	clear: none;
	display: block
}

@media (min-width: 1200px) {
	.filter-content .aside-item {
		width: 21%
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.filter-content .aside-item {
		width: 21%
	}
}

@media (max-width: 991px) {
	.filter-content .aside-item {
		width: 100%;
		margin-right: 0px;
		padding: 5px 0;
		position: relative
	}
}

@media (min-width: 992px) {
	.filter-content .aside-item.aside_gridlist {
		width: 9%
	}
}

@media (max-width: 991px) {
	.filter-content .aside-item.aside_gridlist {
		margin-bottom: -20px
	}
}

@media (min-width: 992px) {
	.filter-content .aside-item.aside_timkiem {
		width: 10%
	}
}

.filter-content .aside-item.aside_sapxep {
	margin-right: 0
}

@media (min-width: 992px) and (max-width: 1199px) {
	.filter-content .aside-item.aside_sapxep {
		width: 19.8%
	}
}

@media (min-width: 1200px) {
	.filter-content .aside-item.aside_sapxep {
		width: 27.7%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.filter-content .aside-item.aside_sapxep .sorby_xxx {
		position: absolute;
		top: 40px;
		right: 0
	}
}

@media (max-width: 767px) {
	.filter-content .aside-item.aside_sapxep .sorby_xxx {
		position: absolute;
		top: 45px;
		right: 0
	}
}

.filter-content .aside-item.sidebar-category .aside-title {
	display: block
}

.filter-content .aside-item .filter-action {
	font-size: 14px;
	height: 45px;
	line-height: 42px;
	padding: 0 28px;
	border-radius: 30px;
	background: #81d426
}

@media (min-width: 992px) and (max-width: 1199px) {
	.filter-content .aside-item .filter-action {
		padding: 0 23px
	}
}

.filter-content .aside-item .filter-action:hover {
	background: #fff;
	color: #81d426
}

.filter-content .aside-item .aside-title {
	background: transparent
}

	.filter-content .aside-item .aside-title span {
		padding: 0px 0px;
		color: #898989
	}

	.filter-content .aside-item .aside-title h2 {
		font-size: 14px !important;
		font-weight: 400;
		margin: 0;
		text-transform: none;
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
		padding: 0px 20px 0 28px;
		background-color: #fff;
		position: relative;
		display: block;
		border-radius: 30px;
		height: 45px;
		line-height: 45px;
		z-index: 9 !important
	}

		.filter-content .aside-item .aside-title h2:before {
			position: absolute;
			content: '\f0d7';
			font-family: FontAwesome;
			right: 18px;
			top: 0px;
			color: #898989
		}

.filter-content .aside-item .nav > li > a {
	padding: 0
}

.filter-content .aside-item .aside-content {
	width: 100%;
	display: none;
	position: absolute;
	padding: 15px 5px 15px 10px;
	background: #fff;
	z-index: 9999;
	box-shadow: 0 0 20px -5px rgba(0,0,0,0.4)
}

	.filter-content .aside-item .aside-content.active {
		display: block
	}

@media (min-width: 1200px) {
	.filter-content .aside-item .aside-content {
		width: 20%
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.filter-content .aside-item .aside-content {
		width: 17%
	}
}

.filter-content .aside-item.active .aside-content {
	display: block
}

.filter-content aside.aside-item.category .dropdown-content {
	display: none;
	position: absolute;
	background: #222;
	z-index: 100;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 33px
}

.filter-content aside.aside-item.category:hover .dropdown-content {
	display: block
}

.filter-content .aside-item.sidebar-category .nav-item {
	position: relative;
	clear: left;
	font-size: 1.07143em
}

	.filter-content .aside-item.sidebar-category .nav-item a {
		font-size: 1.07143em
	}

	.filter-content .aside-item.sidebar-category .nav-item .fa {
		position: absolute;
		right: 10;
		top: 0px
	}

	.filter-content .aside-item.sidebar-category .nav-item .dropdown-menu {
		position: static;
		width: 100%;
		border: 0;
		padding-left: 15px;
		box-shadow: none
	}

	.filter-content .aside-item.sidebar-category .nav-item.active > a {
		color: #409cff
	}

	.filter-content .aside-item.sidebar-category .nav-item.active > .dropdown-menu {
		display: block
	}

.filter-content .sidebar-category {
	margin-bottom: 8px;
	padding: 0 !important
}

	.filter-content .sidebar-category .aside-title h2 {
		display: inline-block;
		background: #409cff;
		color: #fff;
		font-size: 15px;
		padding: 10px 40px
	}

		.filter-content .sidebar-category .aside-title h2 a {
			color: #fff
		}

	.filter-content .sidebar-category .aside-content {
		padding: 10px 40px 20px 40px;
		text-align: left
	}

		.filter-content .sidebar-category .aside-content .nav-item {
			position: relative;
			clear: left;
			font-size: 1em
		}

			.filter-content .sidebar-category .aside-content .nav-item:last-child {
				border-bottom: none
			}

			.filter-content .sidebar-category .aside-content .nav-item a {
				font-size: 1em;
				padding-left: 0;
				padding-right: 0
			}

			.filter-content .sidebar-category .aside-content .nav-item .fa {
				width: 15px
			}

				.filter-content .sidebar-category .aside-content .nav-item .fa.fa-caret-right {
					right: auto;
					left: 0;
					top: 16px
				}

			.filter-content .sidebar-category .aside-content .nav-item .dropdown-menu {
				position: static;
				width: 100%;
				border: 0;
				padding-left: 15px
			}

			.filter-content .sidebar-category .aside-content .nav-item.active {
				border-bottom: none
			}

				.filter-content .sidebar-category .aside-content .nav-item.active > a {
					color: #409cff
				}

				.filter-content .sidebar-category .aside-content .nav-item.active > .dropdown-menu {
					display: block
				}

			.filter-content .sidebar-category .aside-content .nav-item:hover > a {
				color: #409cff
			}

.filter-content .aside-item.bg-dark {
	padding: 30px 40px;
	margin-bottom: 8px
}

	.filter-content .aside-item.bg-dark h2 {
		font-size: 15px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700
	}

		.filter-content .aside-item.bg-dark h2 a {
			color: #fff
		}

.filter-content .ui-widget.ui-widget-content {
	height: 2px;
	background: #409cff
}

.filter-content .ui-slider-range.ui-corner-all.ui-widget-header {
	background: #fff !important
}

.filter-content .ui-slider-horizontal .ui-slider-handle {
	height: 14px !important;
	width: 14px !important;
	border-radius: 50% !important;
	top: -6px !important;
	border: 2px solid #fff !important;
	background: #409cff !important
}

.filter-content .ui-widget.ui-widget-content {
	border: none !important;
	margin-bottom: 25px;
	width: calc(100% - 14px);
	margin-left: 7px
}

.filter-content #start {
	display: inline-block;
	float: left;
	width: 35%
}

	.filter-content #start input {
		text-align: left;
		background: transparent;
		border: none;
		width: auto;
		display: inline-block
	}

.filter-content #stop {
	display: inline-block;
	width: 40%;
	float: left;
	margin-left: 30px;
	text-align: right;
	position: relative
}

	.filter-content #stop input {
		text-align: center;
		background: transparent;
		border: none;
		width: auto;
		display: inline-block
	}

.filter-content a#filter-value {
	height: 30px;
	line-height: 30px;
	font-weight: 400;
	width: 100px;
	margin-top: 15px
}

@media (min-width: 1200px) {
	.content_col .col-lg-4:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.content_col .col-md-4:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content_col .col-sm-6:nth-child(2n+1) {
		clear: left
	}
}

.content_col .product-col {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 30px
}

.product-price {
	color: #409cff;
	font-size: 1.14286em;
	line-height: 20px;
	font-weight: 400
}

.product-box-2 .product-thumbnail .a_img picture {
	height: 245px !important
}

.product-box {
	text-align: left;
	margin-bottom: 14px;
	background: #fff;
	position: relative
}

	.product-box .product-thumbnail {
		margin: 0px !important;
	}

		.product-box .product-thumbnail .a_img picture {
			/* display: flex; */
			width: 100%;
			/* align-items: center; */
			/* justify-content: center; */
			/* height: 260px; */
			/* text-align: center; */
			/* border: 1px solid #ebebeb; */
			/* border-bottom: none; */
		}

		.product-box .product-thumbnail:hover > a:before {
			opacity: .5
		}

	.product-box .product-info {
		z-index: 10;
		padding: 0px !important;
		display: block;
		float: left;
		width: 100%;
		/* border: 1px solid #ebebeb */
	}

	.product-box .product-name {
		font-size: 16px;
		line-height: 24px;
		/* font-weight: 700; */
		/* overflow: hidden; */
		/* text-overflow: ellipsis; */
		/* word-break: break-word; */
		margin: 0;
		margin-bottom: 0;
	}

		.product-box .product-name a {
			color: #333333;
			text-decoration: none;
			font-family: 'Roboto-Medium';
			font-size: 16px;
		}

			.product-box .product-name a:hover {
				color: #409cff !important
			}

	.product-box .summary_grid .rte {
		color: #898989;
		font-size: 14px
	}

		.product-box .summary_grid .rte p {
			margin: 0
		}

	.product-box .infor_teacher {
		display: block;
		float: left;
		width: 100%;
		padding: 20px 40px 20px 18px
	}

	.product-box .star_and_price {
		display: block;
		float: left;
		width: 100%;
		height: 50px;
		border-top: 1px solid #ebebeb;
		line-height: 29px;
		padding: 10px 15px
	}

@media (max-width: 767px) {
	.product-box .star_and_price {
		padding: 10px 6px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-box .star_and_price {
		padding: 10px 6px
	}
}

.product-box .star_and_price .star_ {
	display: inline-block
}

	.product-box .star_and_price .star_ .avatar_teacher {
		margin-right: 8px;
		display: inline-block
	}

		.product-box .star_and_price .star_ .avatar_teacher img {
			width: 30px;
			height: 30px;
			border-radius: 50%
		}

.product-box .star_and_price .price-box {
	display: inline-block;
	float: right
}

.product-box .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
	font-size: 12px !important
}

.product-box .bizweb-product-reviews-badge {
	margin: 0;
	float: right;
	display: inline-block
}

	.product-box .bizweb-product-reviews-badge > div {
		display: none
	}

		.product-box .bizweb-product-reviews-badge > div.bizweb-product-reviews-star {
			display: block
		}

.product-box .iwishAddWrapper {
	margin: 0
}

.product-box .product-price {
	color: #81d426;
	font-size: 18px;
	line-height: 24px;
	display: block;
	font-weight: 400;
	margin: 0 2px 0 0
}

@media (max-width: 767px) {
	.product-box .product-price {
		margin: 0 3px 0 0
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-box .product-price {
		margin: 0 3px 0 0
	}
}

.product-box .product-price-old {
	text-decoration: line-through;
	font-size: 13px;
	line-height: 23px;
	display: inline-block;
	color: #898989
}

.product-box .sale-flash {
	position: absolute;
	font-size: 1em;
	color: #FFF;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	top: 10px;
	left: 10px;
	text-align: center;
	z-index: 99;
	background-color: #409cff;
	font-size: 12px;
	border-radius: 50%
}

.product-box .product-summary {
	font-size: 1em;
	color: #acacac;
	line-height: 20px
}

.product-box form {
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.product-box.product-box-2 .product-thumbnail > a {
	height: 263px
}

@media (max-width: 1199px) {
	.product-box.product-box-2 .product-thumbnail > a {
		height: 210px
	}
}

@media (max-width: 991px) {
	.product-box.product-box-2 .product-thumbnail > a {
		height: 220px
	}
}

@media (max-width: 767px) {
	.product-box.product-box-2 .product-thumbnail > a {
		height: 260px
	}
}

@media (max-width: 480px) {
	.product-box.product-box-2 .product-thumbnail > a {
		height: 160px
	}
}

.product-box {
	position: relative;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 0;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.product-box {
		padding: 0
	}
}

.product-box .product-thumbnail {
	/* margin: 0px 0 10px */
}

.product-box .btn-circle {
	height: 45px;
	border: none;
	line-height: 45px;
	text-align: center;
	padding: 0;
	margin: 0 2px;
	font-size: 13px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s
}

	.product-box .btn-circle.btn_xemchitiet {
		width: 156px;
		background: #409cff;
		font-size: 15px;
		border-radius: 30px;
		color: #fff
	}

	.product-box .btn-circle:hover {
		background: #fff;
		color: #409cff;
		-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1)
	}

	.product-box .btn-circle i {
		font-size: 16px;
		line-height: 44px
	}

	.product-box .btn-circle .fa-heart {
		line-height: 46px
	}

	.product-box .btn-circle.iWishAdded {
		color: #409cff
	}

		.product-box .btn-circle.iWishAdded:hover {
			color: #fff
		}

.product-box .product-action {
	position: absolute;
	bottom: 8px;
	background: transparent;
	width: 100%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%)
}

	.product-box .product-action form {
		margin: 0;
		text-align: center
	}

	.product-box .product-action .action-info {
		padding-top: 20px;
		display: inline-block;
		letter-spacing: -0px
	}

.product-box:hover .product-action {
	opacity: 1;
	position: absolute;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-os-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	text-align: center;
	text-decoration: none;
	height: 45px;
	top: 50%;
	width: 100%
}

.product-box .product-info {
	padding: 0 0px 20px
}

@media (min-width: 1200px) {
	.products-view-grid .col-lg-3:nth-child(4n+1) {
		clear: left
	}
}

.product_home_1 {
	border-radius: 0px;
	position: relative
}

.bg-header-nav {
	background: #006dab;
}

.product_home_1 .product-thumbnail:before {
	background-image: url(../images/bg_sp.png");
	/* background-repeat:no-repeat; */
	/* position:absolute; */
	/* content:''; */
	top:0;
	left: 0;
	background-size: 100%;
	background-position: bottom;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.product_home_1 .product-thumbnail picture { /* display:flex; */ /* width:100%; */ /* align-items:center; */ /* justify-content:center; */ /* height:260px; */
	text-align: center;
	border-bottom: none;
	border: 1px solid #ebebeb;
}

	.product_home_1 .product-thumbnail picture img { /* max-width:100%; */ /* max-height:100%; */
	}

.product_home_1 .product-info { /* display:block; */ /* position:absolute; */ /* bottom:0; */ /* border:none !important; */
}

	.product_home_1 .product-info .infor_teacher {
		padding: 10px;
		background: #fff;
	}

		.product_home_1 .product-info .infor_teacher h3 {
			font-weight: 400
		}

			.product_home_1 .product-info .infor_teacher h3 a { /* color:#fff */
			}

	.product_home_1 .product-info .star_and_price {
		padding: 0 15px 0 25px !important;
		border-top: none
	}

@media (max-width: 767px) {
	.product_home_1 .product-info .star_and_price {
		padding: 0 5px !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product_home_1 .product-info .star_and_price {
		padding: 0 5px !important
	}
}

.product_home_1 .product-info .price-box .product-price-old {
	color: #ddd
}

.product_home_1:hover .product-action {
	opacity: 1;
	position: absolute; /* transform: translateX(-11%); */
	-o-transform: translateX(-22%); /* -webkit-transform:translateX(-22%); */
	-os-transform: translateX(-22%);
	-moz-transform: translateX(-22%);
	text-align: center;
	text-decoration: none;
	height: 45px; /* top:40%; */
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto; /* text-align: center; */
}

.bread-crumb {
	width: 100%;
	overflow: hidden;
	/* margin-top: 14px; */
	margin-bottom: 15px;
	display: block;
	background: #eaeaea;
	padding: 15px 0;
}

@media (max-width: 767px) {
	.bread-crumb {
		padding-top: 10px;
		margin-bottom: 0;
	}
}

.bread-crumb.breadcrumb_col {
	display: block !important;
	padding-top: 50px
}

@media (max-width: 991px) {
	.bread-crumb.breadcrumb_col {
		margin-bottom: 30px
	}
}

.bread-crumb .title-page h1 {
	font-family: "Oswald",serif;
	font-size: 34px
}

@media (max-width: 543px) {
	.bread-crumb .title-page h1 {
		font-size: 32px
	}
}

.bread-crumb .breadcrumb {
	margin: 0;
	font-size: 14px;
	padding: 0;
	border-radius: 0;
	background-color: transparent
}

	.bread-crumb .breadcrumb li {
		display: inline;
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
	}

		.bread-crumb .breadcrumb li > a {
			color: #333
		}

			.bread-crumb .breadcrumb li > a > span {
				color: #333
			}

		.bread-crumb .breadcrumb li span {
			display: inline;
			color: #409cff
		}

			.bread-crumb .breadcrumb li span .fa {
				color: #409cff;
				margin: 0px 7px;
				font-weight: 700
			}

		.bread-crumb .breadcrumb li a:hover, .bread-crumb .breadcrumb li.active, .bread-crumb .breadcrumb li strong {
			color: #409cff;
			font-weight: 400
		}

	.bread-crumb .breadcrumb > li + li:before {
		display: none
	}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-radius: 50%
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-radius: 50%
}

.nav_pagi {
	margin: 20px 0
}

	.nav_pagi .border-bottom-3line-blog {
		width: 100%;
		display: block;
		z-index: 9;
		position: absolute;
		top: 36%;
		right: 0
	}

	.nav_pagi .pagination {
		display: inline-block;
		background: #fff;
		position: relative;
		z-index: 999;
		padding: 0;
		margin: 0
	}

@media (max-width: 768px) {
	.nav_pagi .pagination {
		padding: 0
	}
}

.nav_pagi .pagination .page-link {
	float: left;
	margin: 0 2.5px;
	border-radius: 50%;
	width: 48px;
	background: #fff;
	text-align: center;
	height: 48px;
	font-size: 14px;
	padding: 0;
	line-height: 48px;
	color: #252525;
	border: 1px solid #ebebeb;
	text-decoration: none
}

@media (max-width: 375px) {
	.nav_pagi .pagination .page-link {
		width: 27px;
		height: 27px;
		line-height: 27px
	}
}

.nav_pagi .pagination .page-link.page-db {
	width: auto;
	padding: 0 20px
}

.nav_pagi .pagination .page-link:hover {
	background-color: #409cff;
	color: #fff
}

.nav_pagi .pagination .page-item.disabled .page-link {
	border: 0;
	display: none
}

.nav_pagi .pagination .page-item.active .page-link {
	background-color: #409cff;
	border-color: #409cff;
	color: #fff;
	display: block
}

.logo .logo-wrapper img {
	max-width: unset
}

.header-style-2 .topbar {
	background-image: url("../images/bg_color_formdk.png");
	line-height: 40px;
	height: 40px;
	opacity: 1;
	z-index: 999;
	float: left;
	width: 100%;
	display: block
}

	.header-style-2 .topbar .topbar_left {
		font-size: 14px
	}

		.header-style-2 .topbar .topbar_left .li_db {
			float: none;
			padding: 0
		}

		.header-style-2 .topbar .topbar_left li.li_topbar {
			font-size: 14px;
			float: none;
			color: #fff
		}

			.header-style-2 .topbar .topbar_left li.li_topbar .fa {
				margin-right: 3px
			}

			.header-style-2 .topbar .topbar_left li.li_topbar span {
				color: #409cff
			}

			.header-style-2 .topbar .topbar_left li.li_topbar a {
				font-size: 14px;
				color: #fff
			}

				.header-style-2 .topbar .topbar_left li.li_topbar a:hover {
					color: #81d426
				}

	.header-style-2 .topbar .topbar_right {
		font-size: 14px
	}

		.header-style-2 .topbar .topbar_right li {
			font-size: 14px
		}

			.header-style-2 .topbar .topbar_right li a {
				font-size: 14px;
				margin: 0 0px 0 15px;
				color: #fff
			}

				.header-style-2 .topbar .topbar_right li a:hover {
					color: #81d426
				}

	.header-style-2 .topbar .input-group-btn {
		position: absolute;
		right: 40px;
		top: 0px;
		width: 45px;
		line-height: 40px;
		height: 40px;
		overflow: hidden
	}

		.header-style-2 .topbar .input-group-btn button {
			height: 40px;
			position: relative
		}

			.header-style-2 .topbar .input-group-btn button:focus {
				box-shadow: none;
				outline: none
			}

			.header-style-2 .topbar .input-group-btn button .icons {
				line-height: 40px;
				font-size: 14px;
				color: #fff
			}

.header-style-2 .bg-header-nav .header-nav > ul.item_big {
	text-align: left;
	margin: 0;
	padding: 0
}

	.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item {
		display: inline-block;
		float: none;
		position: relative;
		margin-right: 0px;
		margin-left: 0px;
		height: 65px
	}

		.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
			display: block;
			text-align: left;
			padding: 0px 13px;
			font-size: 16px;
			font-weight: 400;
			height: 45px;
			line-height: 45px;
			position: relative;
			text-decoration: none;
			color: #252525 !important
		}

			.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > a > i {
				margin-left: 5px
			}

		.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a {
			color: #4c3dac !important;
			font-weight: 400 !important
		}

			.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a:after {
				content: "";
				position: absolute;
				width: 70%;
				left: 0px;
				right: 0px;
				bottom: -20px;
				height: 4px;
				background: #4c3dac;
				transform: scale(0);
				margin: auto;
				transition: all 0.5s ease
			}

			.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a:after {
				transform: scale(1)
			}

		.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
			display: block
		}

		.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
			position: absolute;
			top: 100%;
			left: 10px;
			z-index: 99999;
			display: none;
			width: 200px;
			padding: 0;
			background-color: #fff;
			border: 1px solid #4c3dac !important;
			border-top: 1px solid #4c3dac
		}

		.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
			float: none;
			padding: 0 20px
		}

			.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
				display: block;
				position: absolute;
				width: 200px;
				padding: 0;
				background-color: #fff;
				z-index: 99;
				border: 1px solid #4c3dac !important
			}

			.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li.li_02:last-child a, .header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li.li_03:last-child a {
				border-bottom: 0
			}

			.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
				font-weight: 400;
				font-size: 14px;
				line-height: normal;
				display: block;
				padding: 12px 5px 12px 0px;
				color: #252525;
				position: relative;
				border-bottom: solid 1px #e5e6ec
			}

				.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a:hover {
					color: #4c3dac !important;
					font-weight: 400 !important
				}

				.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a i {
					position: absolute;
					right: -10px;
					padding: 0px 10px;
					top: 0;
					line-height: 47px
				}

			.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li ul {
				display: none;
				left: 198px;
				top: -1px
			}

		.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li {
			color: #fff
		}

			.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
				color: #4c3dac !important;
				font-weight: 400 !important
			}

	.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.active > a {
		color: #4c3dac !important;
		font-weight: 400 !important
	}

		.header-style-2 .bg-header-nav .header-nav > ul.item_big > li.active > a:after {
			content: "";
			position: absolute;
			width: 70%;
			left: 0px;
			right: 0px;
			bottom: -20px;
			height: 4px;
			background: #4c3dac;
			margin: auto;
			transition: all 0.5s ease
		}

	.header-style-2 .bg-header-nav .header-nav > ul.item_big > li:first-child.active > a {
		color: #252525 !important;
		font-weight: 400 !important
	}

.header-style-2 .bg-header-nav .header-nav ul li ul a.text2line:hover {
	color: #409cff !important;
	background: transparent !important
}

.header-style-2 .bg-header-nav .header-nav li li {
	position: relative
}

.header-style-2 .mid-header {
	padding: 0;
	height: 90px;
	line-height: 90px;
	background-image: unset;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	display: block;
	float: left
}

@media (max-width: 767px) {
	.header-style-2 .mid-header {
		padding: 0;
		height: 90px;
		line-height: 90px
	}
}

@media (max-width: 991px) {
	.header-style-2 .mid-header {
		padding: 0 0 20px 0
	}
}

@media (max-width: 991px) {
	.header-style-2 .mid-header .nav-mobile-button {
		top: -21px !important
	}
}

.header-style-2 .mid-header .content_header {
	position: relative
}

	.header-style-2 .mid-header .content_header .header-left {
		float: right
	}

		.header-style-2 .mid-header .content_header .header-left .header_search {
			margin: 20px 0 5px 0
		}

			.header-style-2 .mid-header .content_header .header-left .header_search .search-bar {
				margin-bottom: 5px
			}

				.header-style-2 .mid-header .content_header .header-left .header_search .search-bar .input-group-field {
					border: 2px solid #409cff;
					border-top-left-radius: 3px;
					border-bottom-left-radius: 3px;
					border-right: none;
					padding: 0 20px;
					font-family: "Oswald",serif;
					font-size: 14px
				}

					.header-style-2 .mid-header .content_header .header-left .header_search .search-bar .input-group-field::-webkit-input-placeholder {
						color: #acacac
					}

					.header-style-2 .mid-header .content_header .header-left .header_search .search-bar .input-group-field::-moz-placeholder {
						color: #acacac
					}

					.header-style-2 .mid-header .content_header .header-left .header_search .search-bar .input-group-field:-ms-input-placeholder {
						color: #acacac
					}

				.header-style-2 .mid-header .content_header .header-left .header_search .search-bar .input-group-btn .icon-fallback-text {
					border: 1px solid #409cff;
					border-top-right-radius: 3px;
					border-bottom-right-radius: 3px;
					background: #409cff;
					border-left: none;
					color: #fff;
					font-size: 14px;
					font-weight: bold
				}

					.header-style-2 .mid-header .content_header .header-left .header_search .search-bar .input-group-btn .icon-fallback-text .fa {
						font-size: 17px;
						color: #707070
					}

			.header-style-2 .mid-header .content_header .header-left .header_search .header-tag {
				font-size: 12px;
				font-family: "Oswald",serif
			}

				.header-style-2 .mid-header .content_header .header-left .header_search .header-tag a {
					color: #acacac
				}

.header-style-2 .mid-header .header_search_ .input-group-field {
	font-family: "Oswald",serif;
	font-size: 14px;
	border-right: none;
	padding: 0 0 0 20px
}

.header-style-2 .mid-header .header_search_ .icon-fallback-text {
	background: transparent;
	border: 1px solid #ddd;
	border-left: none
}

	.header-style-2 .mid-header .header_search_ .icon-fallback-text .fa-search {
		font-size: 17px
	}

.header-style-2 .header-right {
	position: relative;
	height: 40px;
	line-height: 40px;
	display: block;
	float: left;
	width: 100%
}

	.header-style-2 .header-right .header-acount {
		float: left;
		position: absolute;
		right: 65px;
		top: 0px
	}

		.header-style-2 .header-right .header-acount .icon-cart {
			position: absolute;
			top: 15px;
			left: -30px;
			font-size: 26px
		}

		.header-style-2 .header-right .header-acount .heading-cart {
			margin-top: 15px
		}

			.header-style-2 .header-right .header-acount .heading-cart a {
				font-size: 12px
			}

			.header-style-2 .header-right .header-acount .heading-cart p {
				margin: 0
			}

			.header-style-2 .header-right .header-acount .heading-cart .tk {
				font-size: 12px
			}

		.header-style-2 .header-right .header-acount .use_register:hover > .login_and_register {
			display: block
		}

		.header-style-2 .header-right .header-acount .use_register .login_and_register {
			display: none;
			position: absolute;
			z-index: 999999;
			width: 135px;
			border-top: 0px;
			margin-top: 0;
			right: -13px !important;
			top: 45px;
			border: 1px solid #ebebeb
		}

			.header-style-2 .header-right .header-acount .use_register .login_and_register:after, .header-style-2 .header-right .header-acount .use_register .login_and_register:before {
				bottom: 100%;
				right: 15px;
				border: solid transparent;
				content: " ";
				height: 0;
				width: 0;
				position: absolute;
				pointer-events: none
			}

			.header-style-2 .header-right .header-acount .use_register .login_and_register:after {
				border-color: rgba(255,255,255,0);
				border-bottom-color: #fff;
				border-width: 10px;
				margin-left: 0
			}

			.header-style-2 .header-right .header-acount .use_register .login_and_register:before {
				border-color: rgba(235,235,235,0);
				border-bottom-color: #ebebeb;
				border-width: 10px;
				margin-right: -1px
			}

			.header-style-2 .header-right .header-acount .use_register .login_and_register li {
				line-height: 45px;
				background: #fff
			}

				.header-style-2 .header-right .header-acount .use_register .login_and_register li:first-child a {
					border-top: none
				}

				.header-style-2 .header-right .header-acount .use_register .login_and_register li:last-of-type {
					border-bottom: 0px
				}

				.header-style-2 .header-right .header-acount .use_register .login_and_register li .fa {
					display: block;
					float: left
				}

				.header-style-2 .header-right .header-acount .use_register .login_and_register li a {
					font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
					font-size: 15px;
					padding: 0px 20px;
					display: block;
					color: #252525;
					text-align: left;
					border-top: 1px solid #409cff
				}

					.header-style-2 .header-right .header-acount .use_register .login_and_register li a:hover {
						color: #fff !important
					}

				.header-style-2 .header-right .header-acount .use_register .login_and_register li:hover {
					background-color: #409cff;
					border-top-color: #409cff;
					background: #409cff
				}

					.header-style-2 .header-right .header-acount .use_register .login_and_register li:hover a {
						color: #fff;
						text-decoration: none
					}

		.header-style-2 .header-right .header-acount .use_register .drop {
			display: inline-block;
			position: relative;
			line-height: 112px
		}

			.header-style-2 .header-right .header-acount .use_register .drop .fa {
				margin-top: 0;
				position: absolute;
				top: -16px
			}

	.header-style-2 .header-right .top-cart-contain {
		position: absolute;
		right: 0;
		width: 47px;
		height: 53px;
		background: #4c3dac;
		top: 0px !important;
		padding: 0px
	}

		.header-style-2 .header-right .top-cart-contain:before {
			border-left: 9px solid transparent;
			border-top: 13px solid #4c3dac;
			border-right: 0px solid transparent;
			content: "";
			position: absolute;
			bottom: 0px;
			left: -9px
		}

	.header-style-2 .header-right .header_search:hover .input-group input {
		width: 203px;
		margin-right: 23px
	}

	.header-style-2 .header-right .header_search .input-group input {
		width: 203px;
		padding: 10px 65px 5px 0px !important
	}

@media (max-width: 767px) {
	.header-style-2 .header-right .header_search .input-group input {
		width: 0px !important
	}
}

.header-style-2 .searching {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	top: -1px;
	right: 175px;
	position: absolute
}

.topbar_normal {
	line-height: 40px;
	background: #fff;
	opacity: 1;
	margin-top: 0px;
	z-index: 99
}

	.topbar_normal .topbar_left {
		font-size: 14px
	}

		.topbar_normal .topbar_left li {
			font-size: 14px;
			float: none
		}

			.topbar_normal .topbar_left li .fa {
				margin-right: 3px
			}

			.topbar_normal .topbar_left li span {
				color: #409cff
			}

			.topbar_normal .topbar_left li a {
				font-size: 14px;
				color: #252525
			}

				.topbar_normal .topbar_left li a:hover {
					color: #409cff
				}

	.topbar_normal .topbar_right {
		font-size: 13px
	}

		.topbar_normal .topbar_right li {
			font-size: 14px
		}

			.topbar_normal .topbar_right li a {
				font-size: 14px;
				margin: 0 10px 0 0px
			}

				.topbar_normal .topbar_right li a:hover {
					color: #409cff
				}

.mid-header {
	padding: 0;
	height: 100px;
	line-height: 95px; /* background-image:url("../images/bg_header.png"); */
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}

@media (max-width: 767px) {
	.mid-header {
		padding: 0;
		height: 90px;
		line-height: 90px
	}
}

@media (max-width: 991px) {
	.mid-header {
		padding: 0 0 20px 0
	}
}

.mid-header .content_header {
	position: relative
}

	.mid-header .content_header .header-left {
		float: left
	}

		.mid-header .content_header .header-left .header_search {
			margin: 20px 0 5px 0
		}

			.mid-header .content_header .header-left .header_search .search-bar {
				margin-bottom: 5px
			}

				.mid-header .content_header .header-left .header_search .search-bar .input-group-field {
					border: 2px solid #409cff;
					border-top-left-radius: 3px;
					border-bottom-left-radius: 3px;
					border-right: none;
					padding: 0 20px;
					font-family: "Oswald",serif;
					font-size: 14px
				}

					.mid-header .content_header .header-left .header_search .search-bar .input-group-field::-webkit-input-placeholder {
						color: #acacac
					}

					.mid-header .content_header .header-left .header_search .search-bar .input-group-field::-moz-placeholder {
						color: #acacac
					}

					.mid-header .content_header .header-left .header_search .search-bar .input-group-field:-ms-input-placeholder {
						color: #acacac
					}

				.mid-header .content_header .header-left .header_search .search-bar .input-group-btn .icon-fallback-text {
					border: 1px solid #409cff;
					border-top-right-radius: 3px;
					border-bottom-right-radius: 3px;
					background: #409cff;
					border-left: none;
					color: #fff;
					font-size: 14px;
					font-weight: bold
				}

					.mid-header .content_header .header-left .header_search .search-bar .input-group-btn .icon-fallback-text .fa {
						font-size: 17px;
						color: #707070
					}

			.mid-header .content_header .header-left .header_search .header-tag {
				font-size: 12px;
				font-family: "Oswald",serif
			}

				.mid-header .content_header .header-left .header_search .header-tag a {
					color: #acacac
				}

@media (min-width: 992px) and (max-width: 1199px) {
	.mid-header .content_header .bg_right_header .bg_hs {
		margin-top: 11px
	}
}

.mid-header .header_search_ .input-group-field {
	font-family: "Oswald",serif;
	font-size: 14px;
	border-right: none;
	padding: 0 0 0 20px
}

.mid-header .header_search_ .icon-fallback-text {
	background: transparent;
	border: 1px solid #ddd;
	border-left: none
}

	.mid-header .header_search_ .icon-fallback-text .fa-search {
		font-size: 17px
	}

.main_menu_header {
	background: #006dab;
	line-height: 45px;
	height: 45px; /* border-radius:30px; */ /* margin-top:-22px; */
	z-index: 999;
	float: left;
	width: 100%;
	display: block; /* position:absolute; */
}

@media (max-width: 767px) {
	.main_menu_header {
		margin-top: 0px;
		border-radius: 0
	}
}

.header-right {
	position: relative;
	height: 45px;
	line-height: 45px;
	display: block;
	float: right;
	width: 100%;
}

	.header-right .header-acount {
		float: left;
		position: absolute;
		right: 43px;
		top: -1px
	}

		.header-right .header-acount .icon-cart {
			position: absolute;
			top: 15px;
			left: -30px;
			font-size: 26px
		}

		.header-right .header-acount .heading-cart {
			margin-top: 15px
		}

			.header-right .header-acount .heading-cart a {
				font-size: 12px
			}

			.header-right .header-acount .heading-cart p {
				margin: 0
			}

			.header-right .header-acount .heading-cart .tk {
				font-size: 12px
			}

		.header-right .header-acount .use_register:hover > .login_and_register {
			display: block
		}

		.header-right .header-acount .use_register .login_and_register {
			display: none;
			position: absolute;
			z-index: 999999;
			width: 135px;
			border-top: 0px;
			margin-top: 0;
			right: -13px !important;
			top: 45px;
			border: 1px solid #ebebeb
		}

			.header-right .header-acount .use_register .login_and_register:after, .header-right .header-acount .use_register .login_and_register:before {
				bottom: 100%;
				right: 15px;
				border: solid transparent;
				content: " ";
				height: 0;
				width: 0;
				position: absolute;
				pointer-events: none
			}

			.header-right .header-acount .use_register .login_and_register:after {
				border-color: rgba(255,255,255,0);
				border-bottom-color: #fff;
				border-width: 10px;
				margin-left: 0
			}

			.header-right .header-acount .use_register .login_and_register:before {
				border-color: rgba(235,235,235,0);
				border-bottom-color: #ebebeb;
				border-width: 10px;
				margin-right: -1px
			}

			.header-right .header-acount .use_register .login_and_register li {
				line-height: 45px;
				background: #fff
			}

				.header-right .header-acount .use_register .login_and_register li:first-child a {
					border-top: none
				}

				.header-right .header-acount .use_register .login_and_register li:last-of-type {
					border-bottom: 0px
				}

				.header-right .header-acount .use_register .login_and_register li .fa {
					display: block;
					float: left
				}

				.header-right .header-acount .use_register .login_and_register li a {
					font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
					font-size: 15px;
					padding: 0px 20px;
					display: block;
					color: #252525;
					text-align: left;
					border-top: 1px solid #409cff
				}

					.header-right .header-acount .use_register .login_and_register li a:hover {
						color: #fff !important
					}

				.header-right .header-acount .use_register .login_and_register li:hover {
					background-color: #409cff;
					border-top-color: #409cff;
					background: #409cff
				}

					.header-right .header-acount .use_register .login_and_register li:hover a {
						color: #fff;
						text-decoration: none
					}

		.header-right .header-acount .use_register .drop {
			display: inline-block;
			position: relative;
			line-height: 112px
		}

			.header-right .header-acount .use_register .drop .fa {
				margin-top: 0;
				position: absolute;
				top: -16px
			}

	.header-right .top-cart-contain {
		position: absolute;
		right: 50px;
		top: -1px
	}

@media (min-width: 768px) and (max-width: 991px) {
	.header-right .top-cart-contain {
		top: -26px !important
	}
}

.section-policy {
	padding: 15px 0;
	margin-left: 35px
}

	.section-policy .policy {
		position: relative;
		height: 48px
	}

		.section-policy .policy .policy-icon {
			position: absolute;
			top: 50%;
			left: 0;
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			min-width: 60px
		}

		.section-policy .policy .policy-text {
			padding-left: 60px
		}

			.section-policy .policy .policy-text h4 {
				font-size: 13px;
				font-weight: 600;
				margin: 0;
				padding-top: 5px
			}

			.section-policy .policy .policy-text a {
				margin: 0;
				font-size: 16px;
				font-weight: bold;
				color: #ff1b1b
			}

@media (max-width: 1199px) {
	.policy {
		height: auto
	}

	.section-policy {
		border: none
	}

	.policy-icon {
		display: inline-block;
		margin-bottom: 10px;
		float: none;
		padding: 0
	}
}

@media (max-width: 767px) {
	.policy {
		height: auto;
		padding: 10px 0;
		margin-left: 40px
	}
}

@media (max-width: 543px) {
	.policy {
		margin-left: 0px
	}
}

.style-b-header1, .style-b-header2 {
	position: relative
}

	.style-b-header1.style-b-header-none:before, .style-b-header2.style-b-header-none:before {
		display: none
	}

	.style-b-header1:before, .style-b-header1:after, .style-b-header2:before, .style-b-header2:after {
		content: '';
		position: absolute;
		background: #ebebeb
	}

@media (min-width: 1200px) {
	.style-b-header2:before, .style-b-header2:after {
		width: 1px;
		height: 100px
	}

	.style-b-header2:before {
		left: -20px;
		top: -11px
	}

	.style-b-header2:after {
		right: 15px;
		top: -11px
	}
}

@media (min-width: 1200px) {
	.style-b-header1:before {
		left: -20px;
		top: -11px;
		width: 1px;
		height: 100px
	}
}

.wishlist_header .iWishView i {
	font-size: 14px;
	color: #fff
}

@media (max-width: 1199px) {
	.searchboxlager .searchfromtop {
		z-index: 3;
		display: none;
		border-radius: 0px;
		z-index: 999999;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100%;
		float: right !important;
		margin-right: 0px;
		margin-left: 0px
	}

		.searchboxlager .searchfromtop form {
			margin-bottom: 0px
		}

			.searchboxlager .searchfromtop form input {
				border-radius: 0px;
				padding: 0px 20px;
				margin-bottom: 0px
			}

				.searchboxlager .searchfromtop form input:focus {
					outline: none;
					box-shadow: none
				}
}

@media (max-width: 767px) {
	.searchboxlager .searchfromtop form {
		margin-bottom: 0px
	}

		.searchboxlager .searchfromtop form input {
			border-radius: 0px;
			margin-bottom: 0px;
			min-height: 35px;
			line-height: 35px;
			font-size: 13px
		}

			.searchboxlager .searchfromtop form input:focus {
				outline: none;
				box-shadow: none
			}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header_search .input-group input {
		line-height: 40px !important;
		padding: 10px 0px 4px !important;
		margin-right: 35px !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header_search .input-group input {
		line-height: 24px !important
	}
}

.searching {
	float: left;
	height: 45px;
	line-height: 45px;
	padding: 0px 0px 35px 0px;
	top: 0px;
	right: 0;
	position: absolute;
}

.search_mobile {
	position: absolute;
	top: -76px;
	right: 35px;
	font-size: 14px
}

	.search_mobile .search_button_mobile {
		color: #fff
	}

.header_search {
	overflow: hidden
}

	.header_search:hover .input-group input {
		width: 150px;
		margin-right: 35px;
	}

	.header_search input {
		float: right
	}

	.header_search .input-group-btn {
		position: absolute;
		right: 7px;
		top: 0px;
		width: 45px;
		line-height: 45px;
		height: 45px;
		overflow: hidden;
	}

		.header_search .input-group-btn a {
			height: 40px;
			position: relative;
			padding: 0;
		}

		.header_search .input-group-btn button:focus {
			box-shadow: none;
			outline: none
		}

		.header_search .input-group-btn button .icons {
			line-height: 40px;
			font-size: 14px;
			color: #fff
		}

	.header_search .input-group {
		width: 100%;
		margin-bottom: 0
	}

@media (min-width: 992px) and (max-width: 1199px) {
	.header_search .input-group input {
		width: 100% !important
	}
}

.header_search .input-group input {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	height: 40px;
	line-height: 45px;
	border: none;
	background: transparent;
	overflow: hidden;
	padding: 10px 20px 5px;
	width: 20px;
	margin-right: 15px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	color: #fff
}

	.header_search .input-group input::-webkit-input-placeholder {
		color: #fff;
		font-style: italic;
		line-height: 40px
	}

	.header_search .input-group input::-moz-placeholder {
		color: #fff;
		font-style: italic;
		line-height: 40px
	}

	.header_search .input-group input:-ms-input-placeholder {
		color: #fff;
		font-style: italic;
		line-height: 40px
	}

.header_search button {
	padding: 0;
	width: 45px;
	background: transparent
}

.header-style-2 .count_item_pr {
	right: 5px !important;
	top: 21px !important
}

.header-style-2 .top-cart-content {
	right: -3px !important;
	top: 40px !important
}

.mini-cart {
	z-index: 10;
	text-align: center
}

@media (max-width: 991px) {
	.mini-cart .heading-cart {
		background: transparent
	}
}

.mini-cart .heading-cart .bg_cart {
	font-size: 13px
}

	.mini-cart .heading-cart .bg_cart .icons {
		font-size: 14px;
		color: #fff
	}

	.mini-cart .heading-cart .bg_cart .count_item_pr {
		position: absolute;
		right: -9px;
		top: 21px;
		width: 18px;
		font-size: 11px;
		line-height: 19px;
		color: #fff;
		text-align: center;
		background: #81d426;
		height: 18px;
		border-radius: 50%
	}

@media (min-width: 768px) and (max-width: 991px) {
	.mini-cart .heading-cart .bg_cart .count_item_pr {
		top: 48px
	}
}

@media (max-width: 767px) {
	.mini-cart .heading-cart .bg_cart .count_item_pr {
		top: 23px
	}
}

.mini-cart .heading-cart .bg_cart .text-giohang {
	font-size: 13px;
	font-weight: 400
}

.mini-cart:hover .top-cart-content {
	display: block
}

.mini-cart .dropdown-toggle {
	font-size: 12px;
	padding: 0;
	text-transform: none
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top-cart-contain {
		right: 0px;
		margin-left: 0px !important
	}
}

.top-cart-contain .price {
	color: #409cff;
	text-transform: uppercase
}

.top-cart-contain .mini-cart .price {
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 18px !important;
	font-weight: 400;
	color: #81d426
}

.top-cart-contain .product-details .price {
	color: #409cff;
	width: auto;
	float: none;
	font-weight: 400;
	padding-left: 0;
	font-size: 12px
}

.top-cart-content {
	display: none;
	position: absolute;
	right: -15px;
	background: #fff;
	padding: 0;
	text-align: left;
	box-shadow: 0 0 15px -5px rgba(0,0,0,0.4);
	z-index: 10000;
	border: 1px solid #ebebeb
}

	.top-cart-content:after, .top-cart-content:before {
		bottom: 100%;
		right: 15px;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none
	}

	.top-cart-content:after {
		border-color: rgba(255,255,255,0);
		border-bottom-color: #fff;
		border-width: 10px;
		margin-left: 0
	}

	.top-cart-content:before {
		border-color: rgba(235,235,235,0);
		border-bottom-color: #ebebeb;
		border-width: 10px;
		margin-right: -1px
	}

	.top-cart-content .empty {
		text-align: left;
		color: #363636
	}

	.top-cart-content .product-details-bottom {
		margin-bottom: 13px;
		line-height: 33px
	}

		.top-cart-content .product-details-bottom span {
			font-weight: 700;
			color: #252525
		}

	.top-cart-content .product-name {
		margin: 0;
		line-height: 1;
		padding-right: 20px
	}

		.top-cart-content .product-name a {
			font-size: 1.07143em !important;
			line-height: 20px !important;
			font-weight: 400;
			color: #252525 !important;
			word-break: break-word;
			margin: 0 !important
		}

			.top-cart-content .product-name a:hover {
				color: #409cff !important
			}

	.top-cart-content li {
		list-style: none
	}

		.top-cart-content li.item {
			overflow: hidden;
			border-top: solid 1px #ebebeb;
			padding: 15px 0px
		}

			.top-cart-content li.item .border_list {
				overflow: hidden
			}

			.top-cart-content li.item:first-child {
				border-top: none;
				padding-top: 10px
			}

			.top-cart-content li.item:last-child {
				margin: 0;
				border-bottom: none
			}

			.top-cart-content li.item .product-image {
				float: left;
				display: flex;
				width: 95px;
				align-items: center;
				justify-content: center;
				overflow: hidden;
				margin-right: 10px !important;
				margin-bottom: 5px !important;
				margin-left: 0 !important
			}

			.top-cart-content li.item .detail-item {
				width: calc(100% - 105px);
				float: left;
				display: block;
				word-break: break-word;
				position: relative
			}

				.top-cart-content li.item .detail-item .product-details-bottom .qty_drop_cart {
					line-height: 0px
				}

				.top-cart-content li.item .detail-item .fa {
					position: absolute;
					top: 3px;
					right: 0;
					top: 8px;
					color: #898989;
					transform: translateY(-50%)
				}

					.top-cart-content li.item .detail-item .fa:hover {
						color: #409cff;
						text-decoration: none
					}

				.top-cart-content li.item .detail-item input {
					display: inline-block;
					width: 22px;
					height: 24px;
					min-height: 24px;
					padding: 0;
					text-align: center;
					margin: 0;
					border-radius: 0;
					border-left: 0;
					border-right: 0
				}

				.top-cart-content li.item .detail-item button.items-count {
					display: inline-block;
					cursor: pointer
				}

	.top-cart-content .block-subtitle {
		color: #363636;
		overflow: hidden;
		padding: 15px;
		text-align: left;
		font-family: 'Open Sans', sans-serif;
		font-size: .92857em;
		background: #f5f5f5;
		text-transform: none;
		font-weight: 400;
		border-bottom: 1px #ebebeb solid
	}

.top-subtotal {
	color: #252525;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	text-transform: none
}

	.top-subtotal .price {
		font-weight: 600;
		color: #151719
	}

.qty_drop_cart {
	position: relative
}

	.qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
		width: 21px;
		height: 15px;
		color: #000
	}

		.qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
			color: #409cff
		}

	.qty_drop_cart button.btn_increase {
		height: 24px;
		width: 24px;
		text-align: center;
		line-height: 1;
		overflow: hidden;
		border-style: hidden;
		border: 1px solid #ebebeb;
		background: none !important;
		font-size: 14px
	}

	.qty_drop_cart button.btn_reduced {
		height: 24px;
		width: 24px;
		line-height: 1;
		text-align: center;
		overflow: hidden;
		border-style: hidden;
		border: 1px solid #ebebeb;
		background: none !important;
		font-size: 14px
	}

.top-subtotal {
	color: #252525;
	font-size: 15px;
	font-weight: 400;
	padding: 0;
	text-align: left;
	height: 35px;
	line-height: 15px;
	text-transform: none
}

	.top-subtotal .price {
		font-weight: 400 !important;
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
		font-size: 18px !important;
		margin-top: 0px !important;
		color: #81d426 !important;
		float: right
	}

ul#cart-sidebar {
	padding: 15px;
	margin: 0;
	max-height: 625px;
	min-width: 365px;
	width: 365px;
	position: relative
}

	ul#cart-sidebar:before {
		position: absolute;
		width: 0;
		height: 0;
		right: 0px;
		top: -10px;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
		border-bottom: 10px solid #fff
	}

	ul#cart-sidebar .pd_xgh {
		border-top: 1px solid #ebebeb
	}

		ul#cart-sidebar .pd_xgh .view-cart span {
			font-size: 15px;
			color: #4c39a9;
			text-decoration: underline
		}

	ul#cart-sidebar .list-item-cart {
		max-height: 275px;
		overflow: auto
	}

		ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
			background-color: #F5F5F5
		}

		ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
			width: 4px;
			background-color: #F5F5F5
		}

		ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
			background-color: #000000;
			border: 2px solid #409cff
		}

		ul#cart-sidebar .list-item-cart li.list-item {
			max-height: 400px;
			overflow-y: auto
		}

		ul#cart-sidebar .list-item-cart li.action {
			display: none
		}

		ul#cart-sidebar .list-item-cart.hasclass li.action {
			display: block
		}

		ul#cart-sidebar .list-item-cart li.list-item .price2 {
			font-weight: 700;
			color: #409cff;
			font-size: 14px;
			display: list-item;
			margin-bottom: 5px
		}

		ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar {
			width: 5px
		}

		ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track {
			background: rgba(255,255,255,0.9)
		}

		ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
			background: #409cff;
			border-radius: 15px
		}

			ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
				background: #409cff;
				border-radius: 15px
			}

	ul#cart-sidebar .no-item {
		height: auto
	}

		ul#cart-sidebar .no-item p {
			margin: 0px;
			line-height: 24px
		}

	ul#cart-sidebar .right_ct {
		line-height: 50px;
		margin-bottom: 15px
	}

		ul#cart-sidebar .right_ct .btn {
			width: 100%;
			background: #409cff;
			line-height: 45px;
			color: #fff;
			height: 45px;
			padding: 0 45px;
			border-radius: 30px;
			font-size: 15px;
			font-weight: bold;
			border: none
		}

			ul#cart-sidebar .right_ct .btn:hover {
				background: #fff;
				color: #409cff;
				border: 1px solid #409cff
			}

			ul#cart-sidebar .right_ct .btn.btn-primary {
				margin-left: 0 !important
			}

			ul#cart-sidebar .right_ct .btn.btn-white {
				display: none;
				margin-right: 0 !important
			}

.li-fix-1 {
	background: #FFF;
	border-top: 1px solid #ebebeb;
	display: block
}

.li-fix-2 {
	display: block;
	width: 295px
}

header nav .nav {
	position: relative
}

header nav .nav-item {
	float: left;
	position: relative;
	margin-right: 20px
}

	header nav .nav-item.has-mega {
		position: static !important
	}

	header nav .nav-item > a {
		line-height: 32px;
		color: #333
	}

		header nav .nav-item > a:hover {
			color: #409cff
		}

	header nav .nav-item > .fa {
		color: #333;
		right: 0;
		top: 33px
	}

	header nav .nav-item .nav-item-lv2 {
		padding: 0 10px
	}

	header nav .nav-item .nav-item-lv3 {
		padding: 0 10px
	}

	header nav .nav-item:hover > .dropdown-menu {
		display: block;
		margin-top: 0;
		border-radius: 0;
		z-index: 9999
	}

	header nav .nav-item:hover > .mega-content {
		display: block
	}

	header nav .nav-item li.dropdown-submenu {
		position: relative
	}

		header nav .nav-item li.dropdown-submenu .dropdown-menu {
			left: 100%;
			top: 0
		}

		header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
			display: block;
			right: 100%;
			border-radius: 0
		}

header nav .mega-content {
	display: none;
	position: absolute;
	width: 1170px;
	background: #fff;
	z-index: 99999;
	padding: 20px;
	border: 1px solid #ebebeb;
	left: 32%;
	top: 100%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%)
}

	header nav .mega-content .level1.item {
		float: left;
		padding: 0 5px
	}

.wrap_main {
	display: block;
	float: left;
	width: 100%;
	height: 80px
}

.col-mega {
	float: left;
	height: 0px
}

.menu_mega {
	position: relative
}

	.menu_mega .title_menu {
		padding: 0px 20px;
		position: relative;
		height: 45px;
		line-height: 45px;
		background: #409cff;
		color: #fff;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px
	}

		.menu_mega .title_menu .title_ {
			font-size: 12px;
			font-family: "Oswald",serif;
			font-weight: 700;
			color: #fff;
			text-transform: uppercase;
			line-height: 45px;
			display: block;
			padding-right: 30px
		}

		.menu_mega .title_menu .nav_button {
			position: absolute;
			right: 20px;
			top: 0
		}

			.menu_mega .title_menu .nav_button span {
				font-size: 24px;
				float: right
			}

	.menu_mega:hover .list_menu_header {
		display: block
	}

.list_menu_header {
	display: none;
	position: relative;
	top: 0px;
	z-index: 99;
	left: 0;
	width: 100%;
	padding: 0px
}

@media (max-width: 1199px) {
	.list_menu_header {
		display: none;
		position: relative;
		top: 0;
		left: 0px;
		padding: 0;
		z-index: 999
	}
}

.list_menu_header .ul_menu {
	margin-left: 0px;
	padding-left: 0px;
	background: #ffffff;
	margin-bottom: 0px;
	border-top: 0px;
	position: relative;
	padding: 0px 0px;
	border-left: solid 2px #409cff;
	border-right: solid 2px #409cff;
	border-bottom: solid 2px #409cff
}

	.list_menu_header .ul_menu li {
		list-style: none;
		padding: 0px 20px
	}

@media (max-width: 1199px) {
	.list_menu_header .ul_menu li {
		padding: 0px 20px
	}
}

.list_menu_header .ul_menu li:last-child a {
	border-bottom: none
}

.list_menu_header .ul_menu .nav_item a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 12px 20px 12px 0px;
	color: #252525;
	position: relative;
	border-bottom: solid 1px #e5e6ec
}

.list_menu_header .ul_menu .nav_item .fa {
	font-size: 14px;
	width: 25px;
	line-height: 49px;
	color: #252525;
	position: absolute;
	right: -10px;
	top: 0px;
	text-align: center
}

.list_menu_header .ul_menu .nav_item:hover, .list_menu_header .ul_menu .nav_item:focus {
	background: #fff
}

	.list_menu_header .ul_menu .nav_item:hover > a, .list_menu_header .ul_menu .nav_item:focus > a {
		color: #409cff;
		text-decoration: none
	}

		.list_menu_header .ul_menu .nav_item:hover > a .fa, .list_menu_header .ul_menu .nav_item:focus > a .fa {
			color: #409cff
		}

		.list_menu_header .ul_menu .nav_item:hover > a:before, .list_menu_header .ul_menu .nav_item:focus > a:before {
			color: #409cff
		}

	.list_menu_header .ul_menu .nav_item:hover > .fa, .list_menu_header .ul_menu .nav_item:focus > .fa {
		color: #409cff
	}

	.list_menu_header .ul_menu .nav_item:hover > .ul_content_right_1, .list_menu_header .ul_menu .nav_item:focus > .ul_content_right_1 {
		display: block
	}

.list_menu_header .ul_menu .ul_content_right_1 {
	position: absolute;
	left: 260px;
	min-height: 380px;
	width: 810px;
	top: 10px;
	padding-left: 0px;
	margin-left: 0px;
	background: #fff;
	padding: 25px 20px;
	display: none;
	box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
	-o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
	-moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
	-webkit-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1)
}

@media (max-width: 1199px) and (min-width: 992px) {
	.list_menu_header .ul_menu .ul_content_right_1 {
		position: absolute;
		left: 212px;
		min-height: 458px;
		width: 725px
	}
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item {
	padding: 0px 15px;
	display: block;
	float: left
}

@media (min-width: 1200px) {
	.list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-lg-3:nth-child(4n+1) {
		clear: left
	}
}

@media (min-width: 992) and (max-width: 1199px) {
	.list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-md-3:nth-child(4n+1) {
		clear: left
	}
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item > a {
	font-weight: 700;
	font-size: 12px;
	line-height: 22px;
	display: block;
	padding: 12px 15px 12px 15px;
	color: #252525;
	position: relative;
	text-transform: uppercase;
	border-bottom: none
}

	.list_menu_header .ul_menu .ul_content_right_1 .nav_item > a:before {
		content: none
	}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .fa {
	font-size: 14px;
	width: 25px;
	line-height: 49px;
	color: #252525;
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: center
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
	background: #fff
}

	.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover > a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus > a {
		color: #409cff;
		text-decoration: none
	}

	.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover > .fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus > .fa {
		color: #409cff
	}

	.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
		display: block
	}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
	left: 0;
	width: 100%;
	top: 0;
	padding-left: 0px;
	margin-left: 0px;
	background: #fff
}

	.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
		width: 100%;
		display: block;
		float: left;
		padding: 0px
	}

		.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
			font-weight: 400;
			font-size: 14px;
			line-height: 22px;
			display: block;
			padding: 3px 15px 3px 15px;
			color: #252525;
			position: relative;
			text-transform: none;
			border-bottom: none;
			-webkit-transition: 0.5s;
			transition: 0.5s
		}

			.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
				content: none
			}

			.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:hover {
				margin-left: 7px
			}

		.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item .fa {
			font-size: 14px;
			width: 25px;
			line-height: 36px;
			color: #252525;
			position: absolute;
			right: 0px;
			top: 0px;
			text-align: center
		}

		.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
			background: #fff
		}

			.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover > a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus > a {
				color: #409cff;
				text-decoration: none
			}

			.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover > .fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus > .fa {
				color: #409cff
			}

@media (max-width: 991px) {
	.ul_content_right_1 {
		position: relative !important;
		left: unset !important;
		min-height: unset !important;
		width: 100% !important;
		top: unset !important;
		padding: 0 !important;
		margin: 0 !important
	}

		.ul_content_right_1 .nav_item {
			float: left;
			width: 100%
		}
}

.header .bg-header-nav .header-nav > ul.item_big {
	text-align: left;
	margin: 0;
	padding: 0
}

	.header .bg-header-nav .header-nav > ul.item_big > li.nav-item {
		display: inline-block;
		float: none;
		position: relative;
		margin-right: 0px;
		margin-left: 0px
	}

		.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > a {
			display: block;
			text-align: left;
			padding: 0px 22px;
			font-size: 17px;
			font-weight: unset;
			height: 45px;
			line-height: 45px;
			position: relative;
			text-decoration: none;
			color: #fff;
			text-transform: uppercase;
			font-family: 'Roboto-Medium';
		}

			.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > a > i {
				margin-left: 5px
			}

		.header .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > a {
			/* font-weight: bold */
		}

		.header .bg-header-nav .header-nav > ul.item_big > li.nav-item:hover > ul {
			display: block
		}

		.header .bg-header-nav .header-nav > ul.item_big > li.nav-item .item_small {
			position: absolute;
			top: 100%;
			left: 0;
			z-index: 99999;
			display: none;
			width: 300px;
			padding: 0;
			background-color: #fff;
			border: 1px solid #409cff;
			border-top: none;
		}

		.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li {
			float: none;
			padding: 0 20px
		}

			.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li:hover > ul {
				display: block;
				position: absolute;
				width: 200px;
				padding: 0;
				background-color: #fff;
				z-index: 99;
				border: 1px solid #409cff
			}

			.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li.li_02:last-child a, .header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li.li_03:last-child a {
				border-bottom: 0
			}

			.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a {
				font-weight: unset;
				font-size: 13px;
				line-height: normal;
				display: block;
				padding: 12px 5px 12px 0px;
				color: #006dab;
				position: relative;
				border-bottom: solid 1px #e5e6ec;
				font-family: 'Roboto-Medium';
			}

				.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a:hover {
					color: #81d426
				}

				.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li a i {
					position: absolute;
					right: -10px;
					padding: 0px 10px;
					top: 0;
					line-height: 47px
				}

			.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul li ul {
				display: none;
				left: 198px;
				top: -1px
			}

		.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li {
			color: #fff
		}

			.header .bg-header-nav .header-nav > ul.item_big > li.nav-item > ul > li:hover > a {
				color: #81d426
			}

	.header .bg-header-nav .header-nav > ul.item_big > li.active > a {
		font-weight: unset;
	}

	.header .bg-header-nav .header-nav > ul.item_big > li:first-child.active > a {
		color: #fff
	}

.header .bg-header-nav .header-nav ul li ul a.text2line:hover {
	color: #409cff !important;
	background: transparent !important
}

.header .bg-header-nav .header-nav li li {
	position: relative
}

#nav-mobile {
	z-index: 999
}

.information_vd {
	text-align: center
}

	.information_vd h2 {
		font-size: 27px; /* font-family:"Oswald",serif; */
		text-transform: uppercase;
		color: #006dab; /* font-weight:bold; */
		margin-bottom: 0;
		font-family: 'Roboto-Medium';
		margin-top: 30px;
	}

	.information_vd .info_content .infor_child {
		font-size: 14px;
		color: #252525;
		line-height: 20px;
		list-style: none
	}

.home-slider {
	display: none
}

.owl-carousel.owl-loaded {
	display: block
}

.section_category_slide .content_category .owl_category .item {
	text-align: center
}

	.section_category_slide .content_category .owl_category .item .wrp_category {
		text-align: center
	}

		.section_category_slide .content_category .owl_category .item .wrp_category.display_flex {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center
		}

			.section_category_slide .content_category .owl_category .item .wrp_category.display_flex > a {
				max-height: 110px;
				height: 110px;
				text-align: center;
				display: block;
				margin: 0 auto
			}

		.section_category_slide .content_category .owl_category .item .wrp_category a {
			display: block;
			text-align: center
		}

			.section_category_slide .content_category .owl_category .item .wrp_category a img {
				width: auto;
				max-height: 100%;
				max-width: 100%;
				-webkit-box-flex: 1;
				-webkit-flex: 1;
				-ms-flex: 1;
				flex: 1
			}

		.section_category_slide .content_category .owl_category .item .wrp_category img {
			margin: 0 auto
		}

	.section_category_slide .content_category .owl_category .item .title_cate {
		margin: 5px 0px 2px 0;
		padding: 0px;
		line-height: 20px;
		color: #333;
		font-size: 13px
	}

		.section_category_slide .content_category .owl_category .item .title_cate a {
			color: #acacac;
			text-decoration: none
		}

			.section_category_slide .content_category .owl_category .item .title_cate a:hover {
				color: #409cff
			}

.footer-style-2 .top-footer .name-right h3 {
	font-weight: bold !important
}

.footer-style-2 .top-footer .widget-first {
	margin-top: 60px
}

@media (max-width: 767px) {
	.footer-style-2 .top-footer .widget-first {
		margin-top: 0px !important
	}
}

@media (max-width: 767px) {
	.footer-style-2 .top-footer .widget-first .title-menu {
		margin-top: 0px !important
	}
}

@media (max-width: 767px) {
	.footer-style-2 .top-footer .widget-ft .title-menu {
		margin-top: 20px !important
	}
}

.footer-style-2 .form_ct_index .form_content_top {
	text-align: center;
	margin-top: 35px
}

	.footer-style-2 .form_ct_index .form_content_top .title_box_form {
		margin: 0;
		font-size: 47px;
		font-weight: bold;
		font-family: "Oswald",serif;
		color: #fff
	}

	.footer-style-2 .form_ct_index .form_content_top .form_note_form {
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
		font-size: 14px;
		color: #fff;
		padding: 0 52px;
		display: block;
		float: left;
		width: 100%;
		line-height: 24px;
		margin-top: 2px
	}

@media (max-width: 374px) {
	.footer-style-2 .form_ct_index .form_content_top .form_note_form {
		padding: 0 5px
	}
}

.footer-style-2 .form_ct_index .form_content_top .book_btn {
	color: #252525;
	display: block;
	font-style: italic;
	text-decoration: underline
}

.footer-style-2 .form_ct_index {
	margin-top: -23px
}

	.footer-style-2 .form_ct_index:after {
		content: "";
		border-left: 0px solid transparent;
		border-bottom: 23px solid #0069d9;
		border-right: 23px solid transparent;
		position: absolute;
		margin: 0;
		top: 0;
		right: -23px;
		left: auto
	}

	.footer-style-2 .form_ct_index .form_padding {
		padding: 30px 20px 35px 20px;
		display: block;
		float: left;
		width: 100%
	}

		.footer-style-2 .form_ct_index .form_padding .form-booking .style-button {
			margin-top: 0px;
			text-align: center
		}

		.footer-style-2 .form_ct_index .form_padding .form-booking .form-group {
			padding-bottom: 0px
		}

			.footer-style-2 .form_ct_index .form_padding .form-booking .form-group input {
				height: 40px
			}

				.footer-style-2 .form_ct_index .form_padding .form-booking .form-group input::-webkit-input-placeholder {
					color: #898989
				}

				.footer-style-2 .form_ct_index .form_padding .form-booking .form-group input::-moz-placeholder {
					color: #898989
				}

				.footer-style-2 .form_ct_index .form_padding .form-booking .form-group input:-ms-input-placeholder {
					color: #898989
				}

			.footer-style-2 .form_ct_index .form_padding .form-booking .form-group textarea {
				height: 75px
			}

				.footer-style-2 .form_ct_index .form_padding .form-booking .form-group textarea::-webkit-input-placeholder {
					color: #898989
				}

				.footer-style-2 .form_ct_index .form_padding .form-booking .form-group textarea::-moz-placeholder {
					color: #898989
				}

				.footer-style-2 .form_ct_index .form_padding .form-booking .form-group textarea:-ms-input-placeholder {
					color: #898989
				}

			.footer-style-2 .form_ct_index .form_padding .form-booking .form-group input {
				text-align: left;
				box-shadow: none;
				border: none;
				border-radius: 2px;
				background: #fff;
				padding: 5px 15px;
				font-size: 14px;
				font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
				resize: none;
				margin-bottom: 10px
			}

			.footer-style-2 .form_ct_index .form_padding .form-booking .form-group textarea {
				text-align: left;
				box-shadow: none;
				border: none;
				border-radius: 2px;
				background: #fff;
				padding: 5px 15px;
				font-size: 14px;
				font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
				resize: none;
				margin-bottom: 10px
			}

		.footer-style-2 .form_ct_index .form_padding .form-booking .btn-send {
			font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
			color: #fff;
			width: 97px;
			text-transform: none;
			border-radius: 2px;
			background-repeat: no-repeat;
			background-image: url("../images/bg_btn_formdk.png")
		}

			.footer-style-2 .form_ct_index .form_padding .form-booking .btn-send .fa {
				font-size: 14px;
				text-transform: uppercase;
				line-height: 44px
			}

.footer-style-2 .copyright {
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	position: relative;
	padding: 32px 0px 28px 0;
	background-color: unset !important;
	background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/bg_footer_bottom.png?1526528311460");
	float: left;
	width: 100%
}

	.footer-style-2 .copyright span.wsp {
		color: #929292
	}

		.footer-style-2 .copyright span.wsp .mobile {
			opacity: 1
		}

			.footer-style-2 .copyright span.wsp .mobile .color_main {
				color: #409cff
			}

	.footer-style-2 .copyright a {
		font-weight: 400;
		color: #81d426
	}

		.footer-style-2 .copyright a:hover {
			color: #409cff !important;
			opacity: 1
		}

	.footer-style-2 .copyright .ul_menu_fot {
		float: right
	}

		.footer-style-2 .copyright .ul_menu_fot li {
			float: left;
			font-size: 14px;
			margin: 0px 7px
		}

			.footer-style-2 .copyright .ul_menu_fot li:last-child {
				margin: 0 0 0 10px
			}

			.footer-style-2 .copyright .ul_menu_fot li a {
				text-decoration: none;
				color: #acacac
			}

.maps_ {
	border: solid 3px #cccccc
}

.google-maps-footer {
	width: 100%
}

	.google-maps-footer .map {
		width: 100%;
		height: 170px;
		background: #dedede
	}

		.google-maps-footer .map#contact_map_footer {
			height: 160px
		}

@media (max-width: 767px) {
	.mid-footer {
		margin-bottom: 0px
	}
}

.mid-footer .title-menu2 {
	margin: 0;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 10px;
	color: #252525
}

@media (min-width: 768px) {
	.mid-footer .title-menu2 {
		line-height: normal
	}
}

@media (min-width: 768px) {
	.mid-footer .title-menu2.icon_title_last {
		margin-bottom: 8px
	}
}

.mid-footer .title-menu2 a {
	cursor: default;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	position: relative
}

	.mid-footer .title-menu2 a i.fa {
		display: none
	}

	.mid-footer .title-menu2 a:hover {
		color: #fff
	}

@media (max-width: 767px) {
	.mid-footer .title-menu2 {
		margin-bottom: 0px;
		margin-top: 0px
	}

		.mid-footer .title-menu2 a {
			padding: 20px 0px;
			display: block;
			cursor: pointer
		}

			.mid-footer .title-menu2 a i.fa {
				display: block;
				position: absolute;
				right: -10px;
				width: 30px;
				top: 15px;
				text-align: center;
				height: 30px;
				line-height: 30px
			}

				.mid-footer .title-menu2 a i.fa:before {
					content: "\f068"
				}

			.mid-footer .title-menu2 a.collapsed i.fa:before {
				content: "\f067"
			}
}

.mid-footer .pay_footer li {
	float: left;
	margin-right: 10px
}

@media (min-width: 768px) and (max-width: 991px) {
	.mid-footer .pay_footer li {
		margin-right: 7px
	}
}

.mid-footer .pay_footer li a {
	display: inline-block
}

.mid-footer .social_footer .follow_option li {
	float: left;
	margin-right: 10px
}

	.mid-footer .social_footer .follow_option li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		background-color: #fff;
		border: 1px solid #333;
		text-align: center;
		line-height: 30px;
		border-radius: 3px;
		text-decoration: none
	}

		.mid-footer .social_footer .follow_option li a .fa {
			color: #333;
			font-size: 14px;
			line-height: 30px
		}

		.mid-footer .social_footer .follow_option li a:hover {
			background-color: #333
		}

			.mid-footer .social_footer .follow_option li a:hover .fa {
				color: #fff
			}

footer.footer {
	/* margin-top: 70px; */
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

	footer.footer .widget-ft {
		margin-bottom: 20px
	}

		footer.footer .widget-ft.widget-first {
			margin-top: 60px
		}

@media (max-width: 767px) {
	footer.footer .widget-ft.widget-first {
		margin-top: 45px
	}
}

@media (max-width: 767px) {
	footer.footer .widget-ft {
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 0px
	}

		footer.footer .widget-ft.last-child {
			border: none;
			margin-bottom: 0
		}
}

footer.footer .widget-ft .title-db {
	padding-bottom: 0px
}

footer.footer .widget-ft .title-menu4 {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	position: relative;
	margin-bottom: 5px
}

	footer.footer .widget-ft .title-menu4 a {
		color: #fff;
		margin-left: 25px
	}

		footer.footer .widget-ft .title-menu4 a:before {
			content: "";
			background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/icon_add_footer.png?1526528311460");
			background-repeat: no-repeat;
			width: 13px;
			height: 19px;
			position: absolute;
			left: 0px;
			top: 3px
		}

	footer.footer .widget-ft .title-menu4.icon_none_first {
		margin-top: 20px
	}

@media (max-width: 767px) {
	footer.footer .widget-ft .title-menu4.icon_none_first {
		margin-top: 0px
	}
}

footer.footer .site-footer {
	/* background-image: url("../images/bg_footer.png"); */
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* width: 100%; */
	/* height: 100%; */
}

@media (min-width: 768px) and (max-width: 991px) {
	footer.footer .site-footer .top-footer .col-sm-6:nth-child(3) {
		clear: left
	}
}

footer.footer .site-footer .top-footer li:last-child .loop-blog {
	border-bottom: none
}

footer.footer .copyright {
	line-height: 6px;
	text-align: center;
	font-size: 14px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	position: relative;
	padding: 20px 0px 10px 0;
	background-color: #1d405440;
}

	footer.footer .copyright span.wsp {
		color: #929292;
		/* padding-top: 12px; */
		margin-top: 13px;
	}

		footer.footer .copyright span.wsp .mobile {
			opacity: 1;
			font-family: 'Roboto-Light';
			color: #ffff;
			font-size: 14px;
		}

			footer.footer .copyright span.wsp .mobile .color_main {
				color: #409cff
			}

	footer.footer .copyright a {
		font-weight: 400;
		color: #ffffff;
		font-size: 25px;
	}

		footer.footer .copyright a:hover {
			color: #409cff !important;
			opacity: 1
		}

	footer.footer .copyright .ul_menu_fot {
		float: right
	}

		footer.footer .copyright .ul_menu_fot li {
			float: left;
			font-size: 14px;
			margin: 0px 7px
		}

			footer.footer .copyright .ul_menu_fot li:last-child {
				margin: 0 0 0 10px
			}

			footer.footer .copyright .ul_menu_fot li a {
				text-decoration: none;
				color: #acacac
			}

@media (min-width: 768px) and (max-width: 991px) {
	footer.footer .footer-inner .col-sm-6:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width: 992px) {
	footer.footer .copyright .inner .row.tablet {
		display: flex;
		flex-flow: row
	}

		footer.footer .copyright .inner .row.tablet #copyright {
			order: 1;
			padding-top: 7px;
		}

		footer.footer .copyright .inner .row.tablet #menu_fot {
			order: 2
		}
}

footer.footer .follow_option {
	float: right
}

@media (max-width: 991px) {
	footer.footer .follow_option {
		width: 100%;
		text-align: center;
		float: left;
		display: flex;
		justify-content: center
	}
}

footer.footer .follow_option li {
	float: left;
	margin-right: 10px
}

	footer.footer .follow_option li:last-child {
		margin-right: 0px
	}

	footer.footer .follow_option li a {
		display: inline-block;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-radius: 50%;
		text-decoration: none
	}

		footer.footer .follow_option li a .fa {
			color: #fff;
			font-size: 14px;
			line-height: 40px
		}

		footer.footer .follow_option li a.fb {
			background-color: #3b5999
		}

		footer.footer .follow_option li a.mes {
			background-color: #4cd6f4
		}

		footer.footer .follow_option li a.phones {
			background-color: #4ec45e
		}

		footer.footer .follow_option li a:hover {
			background-color: #fff
		}

			footer.footer .follow_option li a:hover.fb .fa {
				color: #3b5999
			}

			footer.footer .follow_option li a:hover.mes .fa {
				color: #4cd6f4
			}

			footer.footer .follow_option li a:hover.phones .fa {
				color: #4ec45e
			}

@media (max-width: 991px) {
	footer.footer .copyright .inner .fot_copyright {
		text-align: center !important
	}

	footer.footer .copyright .inner .fot_menu_copyright .ul_menu_fot {
		width: 100%;
		padding-right: 0px;
		text-align: center
	}

		footer.footer .copyright .inner .fot_menu_copyright .ul_menu_fot li {
			float: none;
			display: inline-block
		}
}

@media (max-width: 767px) {
	footer.footer .copyright .inner .wsp {
		overflow: hidden;
		padding: 15px 0px;
		display: block
	}

	footer.footer .copyright .inner .mobile {
		display: block;
		width: 100%;
		text-align: center !important;
		line-height: 24px
	}

	footer.footer footer .site-footer h4 {
		margin: 0;
		padding: 15px 0 0px;
		font-size: 17px;
		cursor: pointer;
		margin-bottom: 15px;
		border-top: solid 1px #2d3753
	}

	footer.footer footer .footer-inner .col-xs-12:nth-child(2) {
		margin-top: 20px
	}

	footer.footer .padding-bottom-50 {
		padding-bottom: 20px !important
	}
}

footer.footer .logo {
	padding-bottom: 15px
}

	footer.footer .logo a img {
		width: auto;
		max-height: 80px
	}

@media (max-width: 1199px) {
	footer.footer .logo a {
		font-size: 62px
	}

		footer.footer .logo a img {
			max-height: 60px
		}
}

@media (max-width: 767px) {
	footer.footer .logo {
		text-align: left;
		padding: 0px
	}

		footer.footer .logo a {
			font-size: 60px;
			line-height: 60px
		}

			footer.footer .logo a img {
				width: auto;
				max-height: 60px
			}
}

@media (max-width: 480px) {
	footer.footer .logo {
		text-align: center
	}
}

footer.footer ul.contact {
	margin-bottom: 30px
}

	footer.footer ul.contact.contact_x {
		margin-bottom: 10px;
		margin-left: 25px
	}

	footer.footer ul.contact li {
		font-size: 14px;
		position: relative;
		color: #929292;
		opacity: 1;
		margin-bottom: 5px !important;
		line-height: 25px
	}

		footer.footer ul.contact li:nth-child(1) {
			margin-bottom: 0px
		}

@media (max-width: 1199px) and (min-width: 992px) {
	footer.footer ul.contact li:nth-child(1) {
		margin-bottom: 0px
	}
}

footer.footer ul.contact li:last-child .fa {
	font-size: 10px
}

footer.footer ul.contact li .summary_footer {
	margin-top: 15px
}

footer.footer ul.contact li i.fa {
	float: left;
	position: relative;
	top: -2px;
	border-radius: 50%;
	text-align: center;
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 10px;
	margin-top: 5px;
	padding-left: 0px;
	line-height: 18px;
	color: #fff;
	font-size: 10px
}

	footer.footer ul.contact li i.fa.fa-phone {
		background: #51c660
	}

	footer.footer ul.contact li i.fa.fa-envelope {
		background: #db4639;
		font-size: 8px
	}

	footer.footer ul.contact li i.fa.fa-play {
		background: #d72523;
		font-size: 7px;
		padding-left: 2px;
		padding-top: 1px
	}

	footer.footer ul.contact li i.fa.fa-facebook-f {
		background: #4e6fb5
	}

footer.footer ul.contact li .txt_content_child {
	margin-left: 28px;
	display: inherit
}

footer.footer ul.contact li a {
	color: #929292
}

	footer.footer ul.contact li a:hover {
		color: #409cff
	}

footer.footer ul.contact li.sdt a {
	margin-right: 0px
}

@media (max-width: 1199px) {
	footer.footer ul.contact li.sdt .email_style {
		display: block
	}
}

footer.footer .title-menu-first {
	margin: 0;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 50px;
	color: #fff
}

footer.footer .title-menu {
	margin: 0;
	line-height: normal;
	letter-spacing: 0.5px;
	/* font-weight: bold; */
	margin-bottom: 20px;
	margin-top: 65px;
	font-family: 'Roboto-Medium';
	color: #252525;
}

	footer.footer .title-menu a {
		cursor: default;
		font-size: 22px;
		font-weight: unset;
		/* font-family: "Oswald",serif; */
		text-transform: uppercase;
		color: #fff;
		position: relative;
		font-family: 'Roboto-Medium';
	}

		footer.footer .title-menu a i.fa {
			display: none
		}

		footer.footer .title-menu a:hover {
			color: #fff
		}

@media (max-width: 767px) {
	footer.footer .title-menu {
		margin-bottom: 0px;
		margin-top: 0px
	}

		footer.footer .title-menu a {
			padding: 20px 0px;
			display: block;
			cursor: pointer;
			font-size: 18px;
		}

			footer.footer .title-menu a i.fa {
				display: block;
				position: absolute;
				right: -10px;
				width: 30px;
				top: 15px;
				text-align: center;
				height: 30px;
				line-height: 30px
			}

				footer.footer .title-menu a i.fa:before {
					content: "\f068"
				}

			footer.footer .title-menu a.collapsed i.fa:before {
				content: "\f067"
			}
}

footer.footer .img_project_footer .item_tab_cl {
	padding-left: 0px
}

	footer.footer .img_project_footer .item_tab_cl .blog-thumbnail {
		cursor: pointer
	}

footer.footer .name_company {
	font-size: 14px;
	color: #409cff;
	text-transform: uppercase;
	font-weight: bold
}

@media (max-width: 320px) {
	footer.footer .name_company {
		font-size: 13px
	}
}

@media (min-width: 768px) {
	footer.footer .collapse {
		display: block
	}
}

footer.footer .list-menu {
	line-height: 35px
}

	footer.footer .list-menu.list-menu-time {
		line-height: normal
	}

	footer.footer .list-menu.hotline_ul {
		font-weight: bold;
		font-size: 16px;
		color: #409cff
	}

		footer.footer .list-menu.hotline_ul a {
			font-size: 16px;
			color: #409cff
		}

	footer.footer .list-menu .li_menu {
		margin-bottom: 0px;
		font-size: 14px;
		-webkit-transition: 0.5s;
		transition: 0.5s
	}

		footer.footer .list-menu .li_menu:hover {
			color: #409cff;
			margin-left: 10px
		}

			footer.footer .list-menu .li_menu:hover > a {
				color: #409cff;
				opacity: 1
			}

			footer.footer .list-menu .li_menu:hover > .fa {
				color: #409cff
			}

		footer.footer .list-menu .li_menu .fa {
			margin-right: 5px;
			color: #929292
		}

		footer.footer .list-menu .li_menu a {
			color: #929292;
			opacity: 1
		}

	footer.footer .list-menu .social_ {
		margin-bottom: 0px;
		font-size: 15px;
		font-family: 'Arial',sans-serif;
		color: #83858e;
		-webkit-transition: 0.5s;
		transition: 0.5s
	}

		footer.footer .list-menu .social_:hover {
			color: #fff
		}

		footer.footer .list-menu .social_ .ico_ {
			float: left;
			position: relative;
			top: 2px;
			width: 20px;
			height: 30px;
			display: block;
			margin-top: 0px;
			padding-left: 0px;
			line-height: 35px
		}

		footer.footer .list-menu .social_ a {
			font-size: 14px;
			color: #acacac;
			margin-left: 5px
		}

			footer.footer .list-menu .social_ a:hover {
				color: #fff
			}

footer.footer .bottom-ft {
	padding: 20px 0px
}

@media (max-width: 767px) {
	footer.footer .bottom-ft {
		border-top: none
	}
}

footer.footer .bottom-ft .info-website {
	margin: 0;
	color: #83858e;
	font-size: 14px
}

@media (max-width: 767px) {
	footer.footer .bottom-ft .info-website {
		text-align: center
	}
}

footer.footer .bottom-ft .info-website a {
	color: #fff
}

	footer.footer .bottom-ft .info-website a:hover {
		color: #409cff
	}

footer.footer .bottom-ft .info-website b {
	font-weight: normal;
	color: #fff
}

footer.footer .bottom-ft .list-menu-bft {
	float: right
}

	footer.footer .bottom-ft .list-menu-bft li {
		float: left
	}

		footer.footer .bottom-ft .list-menu-bft li a {
			padding: 0px 10px;
			font-weight: normal
		}

.backtop {
	position: fixed;
	bottom: 40px;
	z-index: 9999;
	top: auto !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	color: #fff;
	border-radius: 50%;
	background: #006dab;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

	.backtop .fa {
		font-size: 18px;
		color: #fff
	}

	.backtop.show {
		opacity: 1
	}

@media (min-width: 1441px) {
	.backtop {
		right: 15px;
		bottom: 20px
	}

	.phone_backtotop {
		bottom: 30px !important;
		left: 50px
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.backtop {
		right: 15px;
		bottom: 30px
	}

	.phone_backtotop {
		bottom: 48% !important;
		left: 30px
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.backtop {
		right: 25px;
		bottom: 40px
	}

	.phone_backtotop {
		bottom: 48% !important;
		left: 30px
	}
}

@media (max-width: 767px) {
	.backtop {
		right: 11%;
		bottom: 20px
	}

	.phone_backtotop {
		bottom: 48% !important;
		left: 30px
	}
}

.form_ct_index {
	margin-top: -40px;
	z-index: 999;
	display: block;
	width: 100%;
	position: relative;
	float: left;
	background-image: url("../images/bg_color_formdk.png")
}

@media (max-width: 767px) {
	.form_ct_index {
		margin-top: 40px
	}
}

.form_ct_index .form_content_top {
	text-align: center;
	margin-top: 35px
}

	.form_ct_index .form_content_top .title_box_form {
		margin: 0;
		font-size: 47px;
		font-weight: bold;
		font-family: "Oswald",serif;
		color: #fff
	}

	.form_ct_index .form_content_top .form_note_form {
		font-family: 'Muli', sans-serif;
		font-size: 14px;
		color: #fff;
		padding: 0 52px;
		display: block;
		float: left;
		width: 100%;
		line-height: 24px;
		margin-top: 2px
	}

@media (max-width: 374px) {
	.form_ct_index .form_content_top .form_note_form {
		padding: 0 5px
	}
}

.form_ct_index .form_content_top .book_btn {
	color: #252525;
	display: block;
	font-style: italic;
	text-decoration: underline
}

.form_ct_index .form_padding {
	padding: 30px 20px 35px 20px;
	display: block;
	float: left;
	width: 100%
}

	.form_ct_index .form_padding .form-booking .style-button {
		margin-top: 0px;
		text-align: center
	}

	.form_ct_index .form_padding .form-booking .form-group {
		padding-bottom: 0px
	}

		.form_ct_index .form_padding .form-booking .form-group input {
			height: 40px
		}

			.form_ct_index .form_padding .form-booking .form-group input::-webkit-input-placeholder {
				color: #898989
			}

			.form_ct_index .form_padding .form-booking .form-group input::-moz-placeholder {
				color: #898989
			}

			.form_ct_index .form_padding .form-booking .form-group input:-ms-input-placeholder {
				color: #898989
			}

		.form_ct_index .form_padding .form-booking .form-group textarea {
			height: 75px
		}

			.form_ct_index .form_padding .form-booking .form-group textarea::-webkit-input-placeholder {
				color: #898989
			}

			.form_ct_index .form_padding .form-booking .form-group textarea::-moz-placeholder {
				color: #898989
			}

			.form_ct_index .form_padding .form-booking .form-group textarea:-ms-input-placeholder {
				color: #898989
			}

		.form_ct_index .form_padding .form-booking .form-group input {
			text-align: center;
			box-shadow: none;
			border: none;
			border-radius: 30px;
			background: #fff;
			padding: 5px 15px;
			font-size: 14px;
			font-family: 'Muli',sans-serif;
			resize: none;
			margin-bottom: 10px
		}

		.form_ct_index .form_padding .form-booking .form-group textarea {
			text-align: center;
			box-shadow: none;
			border: none;
			border-radius: 10px;
			background: #fff;
			padding: 5px 15px;
			font-size: 14px;
			font-family: 'Muli',sans-serif;
			resize: none;
			margin-bottom: 10px
		}

	.form_ct_index .form_padding .form-booking .btn-send {
		font-family: 'Muli', sans-serif;
		color: #fff;
		width: 97px;
		text-transform: none;
		border-radius: 30px;
		background-repeat: no-repeat;
		background-image: url("../images/bg_btn_formdk.png")
	}

		.form_ct_index .form_padding .form-booking .btn-send .fa {
			font-size: 14px;
			text-transform: uppercase;
			line-height: 44px
		}

@media (max-width: 1199px) {
	.product-style-2 .details-product .button_actions {
		margin-left: 0px !important
	}
}

.product-style-2 .details-product .bg_product {
	position: relative
}

@media (min-width: 1200px) {
	.product-style-2 .details-product .bg_product:before {
		background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/bg_teacher_2.png?1526528311460");
		background-repeat: no-repeat;
		position: absolute;
		content: '';
		width: 803px;
		height: 618px;
		z-index: -1;
		top: -75px;
		background-size: cover;
		left: 16px
	}
}

.product-style-2 .details-product .large-image {
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	background: #fff
}

	.product-style-2 .details-product .large-image a img {
		margin: 0 auto
	}

	.product-style-2 .details-product .large-image a .zoomWrapper {
		width: 100% !important;
		height: 100% !important;
		display: flex;
		align-items: center;
		justify-content: center
	}

.product-style-2 .details-product .tab_h {
	display: block;
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 30px
}

@media (max-width: 767px) {
	.product-style-2 .details-product .tab_h {
		margin-top: 25px
	}
}

.product-style-2 .details-product .details-pro .quantity_wanted_p, .product-style-2 .details-product .details-pro .form_button_details {
	margin-top: 10px
}

.product-style-2 .details-product .details-pro .title-product {
	color: #252525;
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: 400
}

.product-style-2 .details-product .details-pro .product-price {
	display: inline-block
}

.product-style-2 .details-product .details-pro .price-box {
	margin: 10px 0 15px
}

	.product-style-2 .details-product .details-pro .price-box del {
		color: #adadad;
		font-size: 1.42857em
	}

	.product-style-2 .details-product .details-pro .price-box .save-price {
		display: block;
		float: left;
		width: 100%;
		font-family: "Oswald",serif;
		font-size: 12px
	}

		.product-style-2 .details-product .details-pro .price-box .save-price .product-price-save {
			font-weight: bold;
			color: #409cff
		}

.product-style-2 .details-product .details-pro .button_actions {
	width: 100%
}

.product-style-2 .details-product .details-pro .custom-btn-number {
	position: relative;
	padding: 0;
	margin-bottom: 15px;
	border: none;
	box-shadow: none;
	height: auto;
	width: 100%
}

	.product-style-2 .details-product .details-pro .custom-btn-number .num_1, .product-style-2 .details-product .details-pro .custom-btn-number .num_2 {
		width: 25%
	}

	.product-style-2 .details-product .details-pro .custom-btn-number .prd_quantity {
		width: 50%
	}

	.product-style-2 .details-product .details-pro .custom-btn-number #qty {
		height: 32px;
		font-size: 1.28571em;
		margin: 0
	}

	.product-style-2 .details-product .details-pro .custom-btn-number .qtyminus {
		position: absolute;
		left: 25px;
		top: 4px;
		font-size: 1.42857em
	}

	.product-style-2 .details-product .details-pro .custom-btn-number .qtyplus {
		position: absolute;
		right: 25px;
		top: 4px;
		font-size: 1.42857em
	}

.product-style-2 .product-tab .tab-link span {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: 400
}

.product-style-2 .product_preview {
	border-bottom: 1px solid #ebebeb
}

.product-style-2 .border-bottom-base {
	margin: 30px 0 !important
}

.product-style-2 .relate_pro {
	border-left: none;
	margin-bottom: 10px
}

.product-style-2 .recently-viewed-products .product_prv {
	margin-top: 0px
}

.product-style-2 .recently-viewed-products .heading {
	text-align: left !important
}

.product-style-2 .recently-viewed-products .product-mini-item {
	border-bottom: none
}

.product-style-2 .details-pro {
	padding-right: 30px;
	margin-bottom: 30px
}

	.product-style-2 .details-pro .reviews_details_product {
		margin-top: 0px;
		margin-bottom: 20px;
		overflow: hidden
	}

		.product-style-2 .details-pro .reviews_details_product .danhgiasp {
			display: inline;
			font-family: "Arial",sans-serif;
			font-size: 13px;
			color: #7b7b7b;
			font-weight: 400;
			padding: 0 15px;
			border-left: solid 1px #ddd;
			text-decoration: underline
		}

			.product-style-2 .details-pro .reviews_details_product .danhgiasp:hover > a {
				color: #409cff;
				text-decoration: none;
				cursor: pointer
			}

			.product-style-2 .details-pro .reviews_details_product .danhgiasp:hover .fa {
				color: #409cff
			}

			.product-style-2 .details-pro .reviews_details_product .danhgiasp a {
				color: #7b7b7b;
				font-weight: 400;
				text-decoration: underline
			}

	.product-style-2 .details-pro .vd {
		font-family: 'Arial', sans-serif;
		font-size: 13px;
		color: #969696;
		line-height: 22px;
		text-decoration: none
	}

		.product-style-2 .details-pro .vd a {
			color: #969696;
			text-decoration: none;
			margin-right: 15px
		}

			.product-style-2 .details-pro .vd a:hover {
				color: #333
			}

		.product-style-2 .details-pro .vd .vend_c {
			display: inline-block;
			padding: 0px 15px;
			background-color: #0ed379;
			color: #fff;
			border-radius: 3px
		}

	.product-style-2 .details-pro .group-status {
		font-size: 13px;
		margin-bottom: 15px;
		margin-top: 5px;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 15px
	}

		.product-style-2 .details-pro .group-status .status_name {
			color: #898989
		}

			.product-style-2 .details-pro .group-status .status_name .color_vendor {
				color: #252525
			}

	.product-style-2 .details-pro .product-summary {
		margin-bottom: 20px;
		padding: 0px 0 5px 0;
		display: block;
		float: left;
		width: 100%
	}

@media (max-width: 991px) {
	.product-style-2 .details-pro .product-summary {
		padding: 0px 0 30px 0
	}
}

.product-style-2 .details-pro .product-summary .line_mota {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin-top: 25px
}

	.product-style-2 .details-pro .product-summary .line_mota:before {
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		border-bottom: 1px #ebebeb solid;
		top: 15px;
		left: 0;
		z-index: -1
	}

	.product-style-2 .details-pro .product-summary .line_mota .text_mota {
		background: #fff;
		display: inline-block;
		width: 50px;
		font-weight: bold
	}

.product-style-2 .details-pro .product-summary .if {
	font-size: 14px;
	color: #333;
	line-height: 24px
}

.product-style-2 .details-pro .product-summary .rte {
	font-size: 14px;
	color: #898989;
	line-height: 22px;
	display: block;
	float: left;
	width: 100%;
	margin-top: 25px
}

	.product-style-2 .details-pro .product-summary .rte img {
		display: none
	}

.product-style-2 .details-pro .social-sharing {
	display: block;
	width: 100%;
	float: left
}

	.product-style-2 .details-pro .social-sharing .social-media label {
		display: inline-block
	}

	.product-style-2 .details-pro .social-sharing .social-media a {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		margin-right: 0;
		margin-left: 3px;
		margin: 0 5px
	}

	.product-style-2 .details-pro .social-sharing .social-normal {
		display: block;
		padding: 20px 0px
	}

		.product-style-2 .details-pro .social-sharing .social-normal label {
			display: inline-block;
			margin-right: 10px;
			font-weight: 400;
			font-size: 13px;
			color: #565656
		}

		.product-style-2 .details-pro .social-sharing .social-normal a {
			margin: 0px 5px
		}

.product-style-2 .details-pro .contacts {
	display: inline-block;
	float: left;
	text-align: left;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
	margin-top: 20px
}

@media (max-width: 767px) {
	.product-style-2 .details-pro .contacts {
		margin-bottom: 5px;
		margin-top: 5px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-style-2 .details-pro .contacts {
		margin-top: 10px
	}
}

.product-style-2 .details-pro .contacts .block_phone {
	font-size: 14px;
	line-height: 30px;
	display: block;
	font-weight: 400;
	position: relative
}

	.product-style-2 .details-pro .contacts .block_phone div {
		display: inline-block;
		float: left
	}

@media (min-width: 768px) and (max-width: 991px) {
	.product-style-2 .details-pro .contacts .block_phone div {
		padding-left: 40px
	}
}

@media (max-width: 767px) {
	.product-style-2 .details-pro .contacts .block_phone div {
		padding-left: 40px;
		text-align: left
	}
}

.product-style-2 .details-pro .contacts .block_phone .random1 {
	color: #409cff;
	font-weight: bold
}

.product-style-2 .details-pro .contacts .block_phone a {
	margin-left: 5px;
	font-size: 16px;
	color: #409cff;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none
}

@media (max-width: 374px) {
	.product-style-2 .details-pro .contacts .block_phone a {
		font-size: 14px
	}
}

.product-style-2 .details-pro .thongtinkhuyenmai {
	border: 1px solid #409cff;
	border-radius: 0px;
	padding: 15px 35px 15px 20px;
	margin-bottom: 15px;
	position: relative;
	clear: left;
	margin-top: 10px;
	display: block;
	float: left;
	width: 100%
}

.product-style-2 .related-product .textsmall {
	margin-top: 20px;
	text-decoration: underline;
	display: block;
	float: left;
	width: 100%
}

.product-style-2 .related-product .heading h2 {
	margin-bottom: 20px
}

.product-style-2 .product-mini-item .product-info h3 {
	font-size: 14px;
	margin-bottom: 15px
}

.product-style-2 .product-mini-item .product-info .price-box .price {
	display: block;
	float: left;
	width: 100%
}

	.product-style-2 .product-mini-item .product-info .price-box .price.product-price {
		font-size: 18px;
		color: #81d426
	}

.overflow-hidden {
	overflow: hidden
}

.title-product {
	color: #252525;
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
	margin-bottom: 2px;
	font-weight: 400
}

.details-product .large-image {
	text-align: center;
	width: 100%;
	margin-bottom: 15px
}

	.details-product .large-image a {
		display: block;
		border: solid 1px #ebebeb
	}

		.details-product .large-image a img {
			margin: 0 auto
		}

.details-product .tab_h {
	display: block;
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 30px
}

@media (max-width: 767px) {
	.details-product .tab_h {
		margin-top: 25px
	}
}

.details-product .details-pro .quantity_wanted_p, .details-product .details-pro .form_button_details {
	margin-top: 10px
}

.details-product .details-pro .title-product {
	color: #252525;
	font-size: 24px;
	line-height: 30px;
	margin: 0px;
	margin-bottom: 8px;
	font-weight: 400
}

.details-product .details-pro .product-price {
	display: inline-block
}

.details-product .details-pro .price-box {
	margin: 10px 0 15px
}

	.details-product .details-pro .price-box del {
		color: #adadad;
		font-size: 1.42857em
	}

	.details-product .details-pro .price-box .save-price {
		display: block;
		float: left;
		width: 100%;
		font-family: "Oswald",serif;
		font-size: 12px
	}

		.details-product .details-pro .price-box .save-price .product-price-save {
			font-weight: bold;
			color: #409cff
		}

.details-product .details-pro .custom-btn-number {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	border: none;
	box-shadow: none;
	height: auto
}

	.details-product .details-pro .custom-btn-number label {
		font-size: 14px
	}

	.details-product .details-pro .custom-btn-number #qty {
		height: 32px;
		font-size: 1.28571em;
		margin: 0
	}

	.details-product .details-pro .custom-btn-number .qtyminus {
		position: absolute;
		left: 25px;
		top: 4px;
		font-size: 1.42857em
	}

	.details-product .details-pro .custom-btn-number .qtyplus {
		position: absolute;
		right: 25px;
		top: 4px;
		font-size: 1.42857em
	}

.thumb_product_details {
	width: 51%;
	margin: 0 auto;
	display: flex !important;
	justify-content: center;
	text-align: center
}

	.thumb_product_details .owl-height {
		height: 100px !important
	}

@media (min-width: 375px) and (max-width: 543px) {
	.thumb_product_details {
		width: 91%
	}
}

@media (min-width: 544px) and (max-width: 767px) {
	.thumb_product_details {
		width: 65%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.thumb_product_details {
		width: 60%
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.thumb_product_details {
		width: 65%
	}
}

.thumb_product_details .owl-item .item a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ebebeb;
	height: 75px;
	width: 75px
}

@media (min-width: 544px) and (max-width: 1199px) {
	.thumb_product_details .owl-item .item a {
		width: 75px;
		height: 75px
	}
}

.thumb_product_details .owl-item .item a img {
	width: auto;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%
}

.thumb_product_details .owl-item .item a:hover {
	border: 1px solid #409cff
}

.thumb_product_details .owl-item .item a.active {
	border: 1px solid #409cff
}

	.thumb_product_details .owl-item .item a.active img {
		opacity: 1
	}

.thumb_product_details .owl-nav .owl-prev {
	left: -50px;
	width: 25px !important;
	height: 25px !important
}

@media (max-width: 1199px) {
	.thumb_product_details .owl-nav .owl-prev {
		left: -22px
	}
}

.thumb_product_details .owl-nav .owl-next {
	right: -50px;
	width: 25px !important;
	height: 25px !important
}

@media (max-width: 1199px) {
	.thumb_product_details .owl-nav .owl-next {
		right: -15px
	}
}

@media (min-width: 414px) and (max-width: 543px) {
	.thumb_product_details .owl-nav .owl-next {
		right: -10px !important
	}
}

@media (max-width: 374px) {
	.thumb_product_details {
		width: 80%
	}

		.thumb_product_details .owl-item .item a {
			display: flex !important;
			align-items: center !important;
			justify-content: center !important;
			height: 70px !important;
			width: 70px !important;
			display: block;
			border: solid 1px #ebebeb
		}

			.thumb_product_details .owl-item .item a img {
				max-height: 100%;
				max-width: 100%
			}

			.thumb_product_details .owl-item .item a.active {
				border-color: #409cff
			}

				.thumb_product_details .owl-item .item a.active img {
					opacity: 1
				}
}

.details-pro {
	padding-right: 30px;
	margin-bottom: 30px
}

	.details-pro .reviews_details_product {
		margin-top: 0px;
		margin-bottom: 20px;
		overflow: hidden
	}

		.details-pro .reviews_details_product .danhgiasp {
			display: inline;
			font-family: "Arial",sans-serif;
			font-size: 13px;
			color: #7b7b7b;
			font-weight: 400;
			padding: 0 15px;
			border-left: solid 1px #ddd;
			text-decoration: underline
		}

			.details-pro .reviews_details_product .danhgiasp:hover > a {
				color: #409cff;
				text-decoration: none;
				cursor: pointer
			}

			.details-pro .reviews_details_product .danhgiasp:hover .fa {
				color: #409cff
			}

			.details-pro .reviews_details_product .danhgiasp a {
				color: #7b7b7b;
				font-weight: 400;
				text-decoration: underline
			}

	.details-pro .vd {
		font-family: 'Arial', sans-serif;
		font-size: 13px;
		color: #969696;
		line-height: 22px;
		text-decoration: none
	}

		.details-pro .vd a {
			color: #969696;
			text-decoration: none;
			margin-right: 15px
		}

			.details-pro .vd a:hover {
				color: #333
			}

		.details-pro .vd .vend_c {
			display: inline-block;
			padding: 0px 15px;
			background-color: #0ed379;
			color: #fff;
			border-radius: 3px
		}

	.details-pro .group-status {
		font-size: 13px;
		margin-bottom: 15px;
		margin-top: 5px;
		border-bottom: 1px solid #ebebeb;
		padding-bottom: 15px
	}

		.details-pro .group-status .status_name {
			color: #898989
		}

			.details-pro .group-status .status_name .color_vendor {
				color: #252525
			}

	.details-pro .product-summary {
		margin-bottom: 20px;
		padding: 0px 0 5px 0;
		display: block;
		float: left;
		width: 100%
	}

@media (max-width: 991px) {
	.details-pro .product-summary {
		padding: 0px 0 30px 0
	}
}

.details-pro .product-summary .line_mota {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin-top: 25px
}

	.details-pro .product-summary .line_mota:before {
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		border-bottom: 1px #ebebeb solid;
		top: 15px;
		left: 0;
		z-index: -1
	}

	.details-pro .product-summary .line_mota .text_mota {
		background: #fff;
		display: inline-block;
		width: 50px;
		font-weight: bold
	}

.details-pro .product-summary .if {
	font-size: 14px;
	color: #333;
	line-height: 24px
}

.details-pro .product-summary .rte {
	font-size: 14px;
	color: #898989;
	line-height: 22px;
	display: block;
	float: left;
	width: 100%;
	margin-top: 25px
}

	.details-pro .product-summary .rte img {
		display: none
	}

.details-pro .social-sharing {
	display: block;
	width: 100%;
	float: left
}

	.details-pro .social-sharing .social-media label {
		display: inline-block
	}

	.details-pro .social-sharing .social-media a {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		margin-right: 0;
		margin-left: 3px;
		margin: 0 5px
	}

	.details-pro .social-sharing .social-normal {
		display: block;
		padding: 20px 0px
	}

		.details-pro .social-sharing .social-normal label {
			display: inline-block;
			margin-right: 10px;
			font-weight: 400;
			font-size: 13px;
			color: #565656
		}

		.details-pro .social-sharing .social-normal a {
			margin: 0px 5px
		}

.details-pro .contacts {
	display: inline-block;
	float: left;
	text-align: left;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
	margin-top: 20px
}

@media (max-width: 767px) {
	.details-pro .contacts {
		margin-bottom: 5px;
		margin-top: 5px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.details-pro .contacts {
		margin-top: 10px
	}
}

.details-pro .contacts .block_phone {
	font-size: 14px;
	line-height: 30px;
	display: block;
	font-weight: 400;
	position: relative
}

	.details-pro .contacts .block_phone div {
		display: inline-block;
		float: left
	}

@media (min-width: 768px) and (max-width: 991px) {
	.details-pro .contacts .block_phone div {
		padding-left: 40px
	}
}

@media (max-width: 767px) {
	.details-pro .contacts .block_phone div {
		padding-left: 40px;
		text-align: left
	}
}

.details-pro .contacts .block_phone .random1 {
	color: #409cff;
	font-weight: bold
}

.details-pro .contacts .block_phone a {
	margin-left: 5px;
	font-size: 16px;
	color: #409cff;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none
}

@media (max-width: 374px) {
	.details-pro .contacts .block_phone a {
		font-size: 14px
	}
}

.details-pro .thongtinkhuyenmai {
	border: 1px solid #409cff;
	border-radius: 0px;
	padding: 15px 35px 15px 20px;
	margin-bottom: 15px;
	position: relative;
	clear: left;
	margin-top: 10px;
	display: block;
	float: left;
	width: 100%
}

.rte-summary {
	font-family: 'Roboto',sans-serif;
	color: #707070;
	font-size: 14px
}

	.rte-summary ul {
		list-style: none
	}

		.rte-summary ul li {
			position: relative;
			padding-left: 20px;
			margin-bottom: 0
		}

			.rte-summary ul li:before {
				display: block;
				position: absolute;
				content: "\f06b";
				font-family: "FontAwesome";
				color: #409cff;
				left: 0px;
				top: 0
			}

.button_actions .btn_buy[disabled] {
	background-color: #acacac;
	opacity: 1;
	font-weight: 400;
	font-size: 21px;
	color: #fff;
	font-family: 'Muli',sans-serif
}

.button_actions {
	width: 100%;
	display: inline-block;
	float: left
}

	.button_actions .button_cart_buy_disable {
		opacity: 1;
		padding: 0;
		height: 45px;
		width: 100%;
		text-align: center;
		border-radius: 23px;
		border: 2px solid #409cff;
		background: #acacac;
		font-weight: 400;
		font-size: 21px;
		color: #fff;
		font-family: 'Muli',sans-serif
	}

	.button_actions .btn_buy {
		padding: 0;
		height: 50px;
		width: 100%;
		text-align: center;
		border-radius: 30px;
		background: #409cff;
		border: 1px solid transparent
	}

		.button_actions .btn_buy.disabled {
			opacity: 1;
			font-weight: bold;
			background: #acacac
		}

			.button_actions .btn_buy.disabled .btn-content {
				padding-left: 0px
			}

		.button_actions .btn_buy .btn-image {
			width: 53px;
			height: 53px;
			line-height: 44px;
			top: -5px;
			left: -25px;
			border-radius: 100%;
			border: 5px solid #c0deff;
			position: absolute;
			background: #409cff
		}

			.button_actions .btn_buy .btn-image .icons {
				font-size: 16px
			}

		.button_actions .btn_buy .btn-content {
			font-weight: 400;
			font-size: 21px;
			color: #fff;
			font-family: 'Muli',sans-serif
		}

.button_cart_buy_enable span.btn-content {
	color: #252525
}

.button_cart_buy_enable, .button_cart_buy_disable {
	height: 40px;
	line-height: 40px;
	width: auto;
	border-radius: 3px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	float: left;
	position: relative
}

@media (max-width: 767px) {
	.button_cart_buy_enable, .button_cart_buy_disable {
		font-size: 14px !important
	}
}

.button_cart_buy_enable span, .button_cart_buy_disable span {
	font-size: 14px
}

.button_cart_buy_enable .fa, .button_cart_buy_disable .fa {
	font-size: 20px;
	padding: 20px 22px 23px;
	position: absolute;
	left: 0;
	top: -1px;
	background: #059b3a;
	border-radius: 3px
}

.button_cart_buy_enable {
	background: #fff;
	position: relative
}

	.button_cart_buy_enable:hover {
		color: #409cff;
		background: #fff;
		border: 1px solid #409cff
	}

		.button_cart_buy_enable:hover .btn-content {
			color: #409cff
		}

		.button_cart_buy_enable:hover .icons {
			color: #fff
		}

.button_cart_buy_disable {
	background: rgba(255,65,87,0.51);
	width: 100%
}

.form-group {
	padding-bottom: 0px
}

	.form-group .input_number_product {
		display: inline-flex;
		width: 65%
	}

		.form-group .input_number_product .btn_num {
			font-size: 22px;
			line-height: 0px;
			border: solid 1px #ebebeb;
			display: inline-block;
			width: 40px;
			height: 40px;
			background: #fff;
			float: left;
			color: #222;
			text-align: center;
			padding-bottom: 5px
		}

			.form-group .input_number_product .btn_num.num_1 {
				border-top-left-radius: 30px;
				border-bottom-left-radius: 30px;
				font-size: 28px;
				border-right: 0;
				padding-bottom: 3px
			}

@media (max-width: 767px) {
	.form-group .input_number_product .btn_num.num_1 {
		width: 20%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.form-group .input_number_product .btn_num.num_1 {
		width: 10%
	}
}

.form-group .input_number_product .btn_num.num_2 {
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-left: 0;
	font-size: 22px;
	padding-bottom: 0px
}

@media (max-width: 767px) {
	.form-group .input_number_product .btn_num.num_2 {
		width: 20%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.form-group .input_number_product .btn_num.num_2 {
		width: 10%
	}
}

.form-group .input_number_product input {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
	color: #222;
	height: 40px;
	border: 1px solid #ebebeb;
	border-right: none;
	border-left: none;
	width: 20px;
	text-align: center;
	box-shadow: none;
	border-radius: 0px;
	font-size: 15px
}

@media (max-width: 767px) {
	.form-group .input_number_product input {
		width: 60%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.form-group .input_number_product input {
		width: 80%
	}
}

.form-product {
	padding: 0px
}

	.form-product .form-group {
		width: 100%
	}

		.form-product .form-group header {
			width: 85px;
			float: left;
			line-height: 40px;
			font-size: 14px;
			color: #636363
		}

	.form-product form {
		margin-bottom: 15px
	}

.box-variant .form-group {
	width: 100%
}

	.box-variant .form-group .selector-wrapper {
		margin-bottom: 6px !important
	}

		.box-variant .form-group .selector-wrapper label {
			font-weight: 400;
			width: 85px;
			font-size: 14px;
			float: left;
			color: #252525;
			line-height: 30px;
			font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
		}

		.box-variant .form-group .selector-wrapper .single-option-selector {
			height: 40px;
			line-height: 40px;
			border-radius: 30px;
			border: 1px solid #ebebeb;
			font-family: 'Muli',sans-serif;
			font-size: 14px;
			width: 100%;
			color: #898989
		}

.iwi {
	display: block;
	float: left;
	font-size: 14px;
	text-align: left;
	width: auto;
	height: 30px;
	line-height: 30px;
	border-radius: 0%;
	background: transparent;
	position: relative
}

@media (max-width: 1199px) {
	.iwi {
		margin-top: 10px;
		margin-left: 5px
	}
}

.iwi .iWishAdded .fa {
	color: #409cff;
	margin-right: 10px
}

.iwi .iWishAdd .fa {
	color: #252525;
	margin-right: 10px
}

.iwi .fa {
	font-size: 18px
}

.iwi span {
	font-size: 14px;
	margin-left: 10px
}

.iwi:hover a {
	text-decoration: none
}

.iwi .iwishAddWrapper {
	border: none !important;
	margin: 0 !important
}

.social_share_product {
	display: block;
	text-align: center
}

	.social_share_product .addthis_inline_share_toolbox {
		display: inline-block
	}

.hdmh {
	display: block;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	color: #7b7b7b;
	margin-top: 15px
}

	.hdmh a {
		color: #7b7b7b;
		display: inline-block;
		position: relative;
		text-decoration: none
	}

		.hdmh a:before {
			content: " ";
			width: 100%;
			height: 1px;
			background: #7b7b7b;
			position: absolute;
			bottom: 0px;
			left: 0px
		}

		.hdmh a:hover {
			color: #333
		}

.details-product .link_color {
	font-size: 14px;
	line-height: 16px;
	cursor: pointer
}

@media (min-width: 1200px) {
	.details-product #gallery_01 .flex-viewport {
		height: 320px !important;
		margin-top: 25px
	}
}

@media (max-width: 767px) {
	.details-product .details-pro {
		margin-top: 0px;
		padding-right: 15px
	}
}

.details-product .details-pro .product-price {
	font-size: 24px;
	line-height: 28px;
	display: inline-block;
	color: #81d426;
	font-weight: 400;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

.details-product .details-pro .price-box {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	margin: 0px 0 10px
}

	.details-product .details-pro .price-box del {
		color: #a1a1a1;
		font-size: 18px;
		margin-left: 10px
	}

.details-product .details-pro .custom-btn-number {
	width: 100%;
	margin-right: 28px;
	display: inline-block;
	float: left;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
	border: none;
	box-shadow: none;
	height: 45px
}

	.details-product .details-pro .custom-btn-number .num_1, .details-product .details-pro .custom-btn-number .num_2 {
		width: 25%
	}

	.details-product .details-pro .custom-btn-number .prd_quantity {
		width: 50%
	}

@media (max-width: 1199px) {
	.details-product .details-pro .custom-btn-number {
		margin-bottom: 10px;
		display: block;
		float: left;
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.details-product .details-pro .custom-btn-number {
		width: 100%;
		display: block;
		margin-right: 0px
	}
}

.details-product .details-pro .custom-btn-number label {
	font-size: 14px
}

.details-product .details-pro .custom-btn-number #qty {
	height: 45px;
	font-size: 1.28571em;
	margin: 0
}

.details-product .details-pro .custom-btn-number .qtyminus {
	position: absolute;
	left: 25px;
	top: 4px;
	font-size: 1.42857em
}

.details-product .details-pro .custom-btn-number .qtyplus {
	position: absolute;
	right: 25px;
	top: 4px;
	font-size: 1.42857em
}

#btnnewreview {
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	margin: 0px;
	padding: 5px 15px !important;
	background: #409cff !important;
	border: solid 1px #409cff !important;
	display: inline;
	border-radius: 0px;
	color: #fff
}

.relate_pro {
	border-left: 1px solid #ebebeb;
	margin-bottom: 40px
}

@media (max-width: 991px) {
	.relate_pro {
		margin-top: 20px;
		border-left: none !important
	}
}

#recent-content .product-mini-item {
	border-bottom: none
}

.product_preview {
	display: block;
	float: left;
	width: 100%
}

.recently-viewed-products .heading {
	float: none !important;
	text-align: center !important
}

.recently-viewed-products .title_recently {
	display: block;
	background: #fff;
	position: relative;
	z-index: 999;
	padding: 0 35px 0 0;
	font-size: 24px !important;
	font-family: "Oswald",serif;
	text-transform: uppercase
}

	.recently-viewed-products .title_recently a {
		font-weight: bold;
		text-transform: uppercase !important;
		color: #409cff
	}

.recently-viewed-products .small_title {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #898989;
	font-family: 'Muli',sans-serif
}

@media (min-width: 1200px) {
	.recently-viewed-products .small_title {
		padding: 0 300px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.recently-viewed-products .small_title {
		padding: 0 100px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.recently-viewed-products .small_title {
		padding: 0 50px
	}
}

.recently-viewed-products .product_prv {
	float: left;
	margin-top: 40px;
	margin-bottom: 25px
}

	.recently-viewed-products .product_prv .product-box .product-thumbnail img {
		height: 100%
	}

.recently-viewed-products .product-thumbnail .a_img {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 260px;
	text-align: center;
	border: 1px solid #ebebeb;
	border-bottom: none
}

.related-product {
	margin-top: 80px
}

	.related-product .heading h2 {
		font-size: 24px !important;
		font-weight: bold;
		font-family: "Oswald",serif;
		margin: 0;
		padding: 0 20px 0 0;
		display: block;
		float: left;
		width: 100%;
		margin-bottom: -5px;
		z-index: -1
	}

@media (min-width: 992px) and (max-width: 1199px) {
	.related-product .heading h2 {
		font-size: 31px !important
	}
}

@media (max-width: 320px) {
	.related-product .heading h2 {
		font-size: 24px !important;
		padding: 0px
	}
}

@media (min-width: 321px) and (max-width: 543px) {
	.related-product .heading h2 {
		font-size: 28px !important;
		padding: 0px
	}
}

.related-product .heading h2 a {
	color: #409cff;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase !important
}

.related-product a i {
	font-size: 12px
}

.related-product .textsmall {
	margin-top: 15px
}

@media (max-width: 1199px) {
	.zoomContainer {
		display: none !important
	}

	.product-thumb .product-big-wrapper .large-img .zoomWrapper {
		width: auto !important;
		height: auto !important
	}

		.product-thumb .product-big-wrapper .large-img .zoomWrapper img {
			position: static !important
		}
}

.zoomWrapper {
	width: 100% !important;
	height: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center
}

@media (min-width: 1200px) {
	.zoomLens {
		width: 100px !important;
		height: 100px !important
	}

	.zoomWrapper {
		width: 100% !important
	}

		.zoomWrapper img {
			position: static !important;
			max-width: 100% !important;
			height: auto !important
		}

			.zoomWrapper img ~ img {
				display: none !important
			}
}

@media (max-width: 767px) {
	.zoomWrapper {
		width: 100% !important;
		height: auto !important
	}

	.product-tab.e-tabs.not-dqtab {
		margin-bottom: 50px
	}

	.related-product {
		margin-top: 0px
	}
}

.related-product {
	margin-top: 0px !important;
	display: block;
	float: left;
	width: 100%
}

	.related-product .heading_related_h {
		text-align: center !important
	}

		.related-product .heading_related_h:before {
			top: 55%
		}

		.related-product .heading_related_h h2 {
			padding: 0;
			font-weight: bold;
			font-size: 16px
		}

			.related-product .heading_related_h h2 a {
				text-transform: none
			}

		.related-product .heading_related_h .small_title {
			display: block;
			float: left;
			width: 100%;
			text-align: center;
			margin-top: 15px;
			font-size: 14px;
			color: #898989;
			font-family: 'Muli',sans-serif
		}

@media (min-width: 1200px) {
	.related-product .heading_related_h .small_title {
		padding: 0 300px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.related-product .heading_related_h .small_title {
		padding: 0 100px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.related-product .heading_related_h .small_title {
		padding: 0 50px
	}
}

.related-product .product_related {
	border-right: none;
	border-bottom: none;
	margin-top: 25px;
	width: 100%;
	float: left;
	display: block
}

	.related-product .product_related .owl-nav .owl-prev {
		right: 17px !important;
		left: auto;
		border: none;
		top: -35px;
		background: none
	}

@media (max-width: 767px) {
	.related-product .product_related .owl-nav .owl-prev {
		right: 15px !important
	}
}

.related-product .product_related .owl-nav .owl-next {
	right: -7px !important;
	top: -35px;
	border: none;
	width: 25px;
	height: 25px
}

#recently-viewed-products .image {
	float: left;
	width: 90px;
	margin-right: 10px
}

#recently-viewed-products .info {
	width: calc(100% - 100px);
	float: right
}

.zoomWrapper img {
	position: static !important;
	width: auto !important;
	height: auto !important;
	display: block;
	margin: 0 auto
}

	.zoomWrapper img ~ img {
		display: none !important
	}

.tab-wrap .tabs-title {
	*zoom: 1;
	display: inline-block;
	position: relative;
	z-index: 9;
	margin: 0 0 26px
}

	.tab-wrap .tabs-title:after {
		content: "";
		display: table;
		clear: both
	}

	.tab-wrap .tabs-title li {
		font-size: 2.2rem;
		font-weight: 700;
		text-transform: uppercase;
		position: relative;
		line-height: 40px;
		float: left
	}

		.tab-wrap .tabs-title li:before {
			content: "|";
			color: #c9c9c9;
			padding: 0 16px;
			color: #1c1c1c
		}

		.tab-wrap .tabs-title li:first-child:before {
			display: none
		}

		.tab-wrap .tabs-title li.current {
			color: #212121
		}

.tab-wrap .tab-content {
	position: relative
}

ul.tabs li {
	background: none;
	display: inline-block;
	cursor: pointer
}

	ul.tabs li.current {
		color: #000;
		margin-bottom: -1px
	}

@media (max-width: 767px) {
	ul.tabs li.current {
		border-bottom: none
	}
}

.tab-content {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden
}

	.tab-content.current {
		opacity: 1;
		visibility: visible;
		height: auto;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out
	}

@media (min-width: 1200px) {
	.product-tab {
		margin-bottom: 50px
	}
}

.product-tab .tabs-title {
	background: #fff;
	margin-bottom: 0px;
	padding-left: 0px;
	border-bottom: solid 1px #ebebeb
}

@media (max-width: 767px) {
	.product-tab .tab-link {
		margin: 0px 0px !important
	}
}

.product-tab .tab-link {
	position: relative;
	display: inline-block;
	background: transparent;
	margin: 0px 30px 0px 0px;
	border-bottom: 0px;
	margin-top: 0px
}

	.product-tab .tab-link h3 {
		color: #9d9c9c;
		margin: 13px 0;
		font-size: 13px
	}

@media (max-width: 767px) {
	.product-tab .tab-link h3 {
		margin: 0
	}
}

.product-tab .tab-link span {
	color: #252525;
	text-transform: none;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Muli',sans-serif
}

@media (min-width: 768px) {
	.product-tab .tab-link.current {
		color: #252525;
		background: transparent;
		border-bottom: 3px solid #409cff
	}

		.product-tab .tab-link.current h3 {
			color: #409cff !important
		}

			.product-tab .tab-link.current h3 span {
				color: #409cff !important
			}
}

.product-tab .tab-link.current h3 {
	color: #409cff
}

	.product-tab .tab-link.current h3 span {
		color: #409cff
	}

.product-tab .tab-link.current .rte {
	color: #9d9c9c;
	font-weight: 300;
	font-size: 14px;
	border: solid 0px #ebebeb;
	border-top: 0px
}

.product-tab li:last-child h3 span:after {
	content: none
}

.product-tab .tab-content {
	padding: 0px
}

	.product-tab .tab-content.current .rte {
		color: #363636;
		padding: 30px 45px 50px 0px;
		font-size: 14px;
		font-family: 'Muli',sans-serif
	}

@media (max-width: 767px) {
	.product-tab .tab-content.current .rte {
		margin-top: 0px;
		border-top: 1px solid #e5e5e5 !important;
		padding: 30px 0px 60px 0px
	}
}

.product-tab .content_extab.current {
	padding: 20px 15px;
	background: #fff;
	border: solid 1px #e1e1e1
}

	.product-tab .content_extab.current .rte {
		padding: 0px 0px
	}

		.product-tab .content_extab.current .rte img {
			max-width: 100%;
			width: auto !important;
			height: auto !important
		}

@media (min-width: 1200px) {
	.product-tab .content_extab.current .rte {
		font-family: 'Opens Sans', sans-serif;
		color: #9d9c9c;
		font-weight: 300;
		font-size: 14px;
		width: 100%
	}

		.product-tab .content_extab.current .rte img {
			max-width: 100%;
			width: auto !important;
			height: auto !important
		}
}

.content_extab {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden
}

	.content_extab.current {
		opacity: 1;
		visibility: visible;
		height: auto
	}

@media (max-width: 767px) {
	.product-tab .tab-link {
		width: 100%;
		border: none;
		padding: 0;
		margin-bottom: 5px !important;
		background: #fff
	}

	.tab-content-mobile {
		display: none
	}

	.current .tab-content-mobile {
		display: block;
		padding: 0px 10px;
		border: 1px solid #e1e1e1;
		border-top: none;
		background: #f7f5f5
	}

		.current .tab-content-mobile .rte {
			padding: 10px 0px;
			border-bottom: 0px
		}

	ul.tabs.tabs-title {
		display: block;
		border: none;
		width: 100%;
		background: none !important
	}

	.product-tab .tab-link h3 {
		border: 1px solid #ebebeb;
		padding: 10px 10px;
		margin-top: 0;
		position: relative
	}

		.product-tab .tab-link h3:before {
			content: '\f107';
			font-size: 20px;
			font-family: FontAwesome;
			float: right;
			margin-right: 0;
			margin-top: -3px
		}

	.product-tab .tab-link.current .tab-content-mobile {
		margin-bottom: 0px;
		background: #fff
	}

		.product-tab .tab-link.current .tab-content-mobile .rte p img {
			max-width: 100%;
			margin: 0 auto;
			width: auto !important;
			height: auto !important
		}

	.product-tab .tab-link.current h3 {
		border-bottom: none;
		border-bottom: solid 2px #409cff;
		background: #fff
	}

	.product-tab .tab-link span:after {
		content: none
	}

	.product-tab .border-dashed-tab {
		margin-bottom: 15px
	}
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bpr-summary-average {
	font-family: 'Arial';
	font-size: 18px
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bizweb-product-reviews-star i {
	font-size: 12px
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bizweb-product-reviews-star .star-off-png:before {
	content: "\f006";
	color: #cccccc
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bizweb-product-reviews-star .star-on-png:before {
	content: "\f006";
	color: #ffde3c
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-summary .bpr-summary .bizweb-product-reviews-star .star-half-png:before {
	content: "\f123";
	color: #ffde3c
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .product-reviews-summary-actions #btnnewreview {
	background: #409cff
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-list .bizweb-review .bizweb-review-header div .bizweb-product-reviews-star i {
	font-size: 12px
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-list .bizweb-review .bizweb-review-header div .bizweb-product-reviews-star .star-off-png:before {
	content: "\f006";
	color: #cccccc
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-list .bizweb-review .bizweb-review-header div .bizweb-product-reviews-star .star-on-png:before {
	content: "\f006";
	color: #ffde3c
}

.rte .bizweb-product-reviews #bizweb-product-reviews-sub .bizweb-product-reviews-list .bizweb-review .bizweb-review-header div .bizweb-product-reviews-star .star-half-png:before {
	content: "\f123";
	color: #ffde3c
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating i {
	font-size: 12px
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating .star-off-png:before {
	content: "\f006";
	color: #cccccc
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating .star-on-png:before {
	content: "\f006";
	color: #ffde3c
}

.bizweb-product-reviews-form form .bpr-form-rating #dvRating .star-half-png:before {
	content: "\f123";
	color: #898989
}

.module_service_details {
	margin-bottom: 30px
}

	.module_service_details .wrap_module_service {
		overflow: hidden;
		background: #fff;
		border-radius: 3px;
		border: 1px solid #409cff
	}

		.module_service_details .wrap_module_service .item_service {
			padding: 0px 15px;
			border-bottom: solid 1px #e5e5e5
		}

			.module_service_details .wrap_module_service .item_service:nth-child(5) {
				border-bottom: none
			}

			.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service {
				position: relative;
				padding: 20px 0px 20px 50px
			}

				.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service p {
					font-size: 13px;
					line-height: normal;
					margin: 0px;
					padding: 0px;
					font-weight: bold;
					color: #409cff
				}

				.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service span {
					font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
					font-size: 12px;
					line-height: 22px;
					font-weight: 400;
					color: #707070
				}

				.module_service_details .wrap_module_service .item_service .wrap_item_ .content_service:before {
					content: "";
					width: 35px;
					height: 30px;
					background-position: left;
					background-size: contain;
					background-repeat: no-repeat;
					position: absolute;
					left: 0;
					top: 23px
				}

			.module_service_details .wrap_module_service .item_service:nth-child(1) .wrap_item_ .content_service:before {
				background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/shiper.png?1526528311460")
			}

			.module_service_details .wrap_module_service .item_service:nth-child(2) .wrap_item_ .content_service:before {
				background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/change.png?1526528311460")
			}

			.module_service_details .wrap_module_service .item_service:nth-child(3) .wrap_item_ .content_service:before {
				background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/pay.png?1526528311460")
			}

			.module_service_details .wrap_module_service .item_service:nth-child(4) .wrap_item_ .content_service:before {
				background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/phone.png?1526528311460")
			}

			.module_service_details .wrap_module_service .item_service:nth-child(4) .wrap_item_ .content_service span, .module_service_details .wrap_module_service .item_service:nth-child(4) .wrap_item_ .content_service a {
				color: #707070;
				font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
				font-size: 12px
			}

			.module_service_details .wrap_module_service .item_service:nth-child(5) .wrap_item_ .content_service:before {
				background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/saving.png?1526528311460")
			}

@media (max-width: 991px) {
	.module_best_sale_product {
		margin: 0 15px
	}
}

.module_best_sale_product .title_module_ {
	border-bottom: 1px solid #e5e5e5;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background: #409cff
}

	.module_best_sale_product .title_module_ .title {
		font-size: 14px;
		line-height: 40px;
		text-transform: uppercase;
		color: #fff;
		padding: 0 22px;
		margin: 0px;
		font-weight: 600
	}

		.module_best_sale_product .title_module_ .title a {
			text-decoration: none;
			color: #fff
		}

.module_best_sale_product .sale_off_today {
	border: 1px solid #e5e5e5;
	border-top: none
}

@media (max-width: 991px) {
	.dqdt-sidebar .collection-category {
		margin: 0 15px
	}
}

.collection .collection-image img {
	width: 100%
}

.sidebar .title-head {
	margin: 0px;
	font-size: 14px !important;
	position: relative;
	display: block
}

	.sidebar .title-head span {
		display: block;
		padding: 10px 0
	}

.product-mini-lists .products {
	border: none !important
}

@media (min-width: 1200px) {
	.products-view-grid .col-lg-4:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.products-view-grid .col-md-4:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.products-view-grid .col-sm-4:nth-child(3n+1) {
		clear: left
	}
}

@media (max-width: 767px) {
	.products-view-grid .col-xs-6:nth-child(2n+1) {
		clear: left
	}
}

@media (max-width: 767px) {
	.product-box .btn-white {
		padding: 0 10px
	}
}

.view-mode > a {
	width: 34px;
	height: 34px;
	display: inline-block
}

.view-mode span {
	font-size: 0
}

.tt span {
	font-size: 14px;
	font-family: Roboto
}

.tt.hidden-sm.hidden-xs {
	padding-left: 95px;
	padding-top: 10px;
	display: inline-block
}

.button-view-mode {
	padding: 0;
	margin: 0;
	width: 34px;
	height: 34px;
	box-shadow: none;
	line-height: 34px;
	font-size: 16px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
	color: #acacac
}

	.button-view-mode.active {
		color: #409cff;
		border: 1px solid #409cff;
		background: #fff;
		box-shadow: none
	}

		.button-view-mode.active a {
			color: #252525
		}

	.button-view-mode .ion-grid {
		font-size: 21px
	}

	.button-view-mode .ion-navicon {
		font-size: 26px
	}

	.button-view-mode:hover {
		color: #409cff;
		border: 1px solid #409cff;
		background: #fff
	}

.collection .title-head {
	display: inherit;
	font-size: 24px;
	font-family: "Oswald",serif;
	/* color: #409cff; */
	/* font-weight: bold; */
	text-transform: uppercase;
	line-height: 30px;
	font-family: 'Roboto-Medium';
}

	.collection .title-head.title_main {
		text-align: center;
		margin: 0;
		margin-bottom: 20px;
	}

@media (max-width: 991px) {
	.collection .title-head {
		position: relative;
		margin-bottom: 0px;
		font-size: 20px;
		margin-bottom: 10px !important;
		margin-top: 10px !important;
	}
}

.collection .tt span {
	text-transform: none;
	font-size: 14px;
	font-weight: 400;
	font-family: "Oswald",serif
}

.collection .text-sm-left {
	padding-top: 6px
}

.collection .category-products .sortPagiBar {
	display: inline
}

@media (min-width: 768px) {
	.collection .category-products .sortPagiBar {
		float: left;
		width: 100%;
		display: block
	}
}

.collection .category-products .sortPagiBar .wr_sort {
	margin-bottom: 0px;
	padding: 0px 0px 3px
}

@media (max-width: 767px) {
	.collection .category-products .sortPagiBar .wr_sort {
		border-bottom: none;
		margin-bottom: 0px
	}
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .ht_xxx {
	float: left;
	height: 30px;
	display: inline-block;
	line-height: 32px;
	margin-right: 5px;
	font-size: 14px;
	font-family: "Oswald",serif
}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode {
	display: inline-block
}

	.collection .category-products .sortPagiBar .wr_sort .text-sm-right .view-mode a {
		width: 34px;
		margin-right: 5px
	}

.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx {
	display: inline;
	float: right
}

	.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx .left {
		float: left;
		font-weight: 400;
		line-height: 33px;
		font-size: 14px !important;
		font-family: "Oswald",serif;
		margin-right: 6px;
		margin-bottom: 0
	}

	.collection .category-products .sortPagiBar .wr_sort .text-sm-right .sorby_xxx ul li {
		font-family: "Oswald",serif;
		font-weight: 400
	}

@media (min-width: 1200px) {
	.content_blog {
		margin-bottom: 0;
	}
}

.content_blog .right-content h1 {
	text-align: center;
	margin: 0;
	margin-bottom: 30px;
	display: inherit;
	font-size: 24px;
	font-family: "Oswald",serif;
	/* color: #409cff; */
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}

.blog_right_ .blog-main .blog-item {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 30px;
	border-top: none
}

	.blog_right_ .blog-main .blog-item .date {
		margin: 5px 0 0 0
	}

		.blog_right_ .blog-main .blog-item .date .post-time {
			margin-bottom: 0
		}

.content-right-blog .title_blog_home h3 {
	line-height: 22px;
	margin-bottom: 0;
}

	.content-right-blog .title_blog_home h3 a {
		font-size: 16px;
		font-weight: 700;
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
	}

@media (min-width: 1200px) {
	.blog-main .col-lg-4:nth-child(3n+1) {
		clear: left
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.blog-main .col-md-6:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.blog-main .col-sm-6:nth-child(2n+1) {
		clear: left
	}
}

.blog_xxx:first-child .blog-item {
	border-top: none;
	margin-top: 0;
	padding-top: 15px
}

.blog-item {
	overflow: hidden;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5
}

@media (max-width: 1199px) {
	.blog-item {
		padding-bottom: 0px
	}
}

.date {
	margin: 0;
	display: inline-block;
	font-weight: 400;
	font-size: 13px;
	color: #009e79;
}

	.date .fa {
		color: #009e79;
		margin-right: 5px;
	}

	.date .news_home_content_short_time {
		z-index: 999;
		color: #363636;
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
		font-size: 14px;
		font-weight: 400;
		font-style: italic;
		line-height: 1.4;
		display: inline-block;
		text-decoration: none
	}

	.date .no_name {
		padding: 0 5px;
		color: #409cff
	}

	.date .cmt_count_blog {
		margin-left: 20px
	}

		.date .cmt_count_blog .fa-comments {
			margin-right: 5px
		}

@media (max-width: 767px) {
	.blog-item-info {
		margin-top: 15px
	}
}

.blog-item-name {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0px
}

	.blog-item-name a {
		color: #333
	}

		.blog-item-name a:hover {
			color: #409cff
		}

	.blog-item-name .fa {
		position: absolute;
		left: 0;
		top: 9px;
		font-size: .78571em;
		color: #409cff
	}

.border_bot_blog {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 18px
}

.post-time {
	color: #409cff;
	font-size: 12px;
	margin-bottom: 0px;
	margin-right: 20px;
	display: inline-block
}

	.post-time .fa {
		color: #409cff;
		margin-right: 3px
	}

.blog-item-summary {
	font-size: 14px;
	color: #898989;
	line-height: 21px
}

.blog-item-thumbnail {
	position: relative
}

.blog-list h5 {
	text-transform: uppercase;
	line-height: 26px;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 5px
}

.blog-list .loop-blog {
	overflow: hidden;
	padding: 10px 0px;
	border-top: 1px solid #ebebeb;
	background: #fff;
	padding-left: 5px;
}

	.blog-list .loop-blog .thumb-left {
		width: 90px;
		max-width: 90px;
		height: auto;
		display: block;
		float: left
	}

	.blog-list .loop-blog .blog-item-summary {
		margin-bottom: 0
	}

	.blog-list .loop-blog .name-right {
		display: block;
		float: left;
		width: 100%;
		margin-left: 0px
	}

		.blog-list .loop-blog .name-right h3 {
			position: relative;
			font-size: 15px;
			font-weight: 400;
			line-height: 1.4;
			margin-top: 0px;
			margin-bottom: 2px
		}

			.blog-list .loop-blog .name-right h3:hover a {
				text-decoration: none;
				color: #409cff
			}

			.blog-list .loop-blog .name-right h3 a {
				color: #252525
			}

	.blog-list .loop-blog .date {
		margin: 7px 0 10px;
		font-weight: 400;
		color: #acacac;
		font-size: 13px;
		font-family: 'Arial',sans-serif
	}

.blog-list .more_blog a {
	line-height: 3;
	font-size: 1.07143em;
	color: #898989;
	display: block
}

	.blog-list .more_blog a:hover {
		text-decoration: none;
		color: #409cff
	}

.top-footer .loop-blog {
	display: block;
	width: 100%;
	float: left;
	padding: 15px 0px;
	border-bottom: 1px solid #333;
	border-top: none
}

	.top-footer .loop-blog .thumb-left {
		width: 90px;
		max-width: 90px;
		height: auto;
		display: block;
		float: left
	}

	.top-footer .loop-blog .blog-item-summary {
		margin-bottom: 0
	}

	.top-footer .loop-blog .name-right {
		display: block;
		float: left;
		width: calc(100% - 110px);
		margin-left: 20px;
		line-height: 0
	}

		.top-footer .loop-blog .name-right h3 {
			position: relative;
			font-size: 16px;
			font-weight: 400;
			line-height: 26px;
			margin-top: 0px;
			margin-bottom: 10px
		}

			.top-footer .loop-blog .name-right h3:hover a {
				text-decoration: none;
				color: #409cff
			}

			.top-footer .loop-blog .name-right h3 a {
				color: #c2c2c2
			}

	.top-footer .loop-blog .date {
		margin: 7px 0 10px;
		font-weight: 400;
		color: #acacac;
		font-size: 13px;
		font-family: 'Arial',sans-serif
	}

.left-content .aside-title {
	margin-top: 0px;
	position: relative;
	background: #006dab;
}

.left-content .title-head-1 {
	margin: 0px;
	font-size: 16px !important;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	display: block;
	background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/bg_titlehead.png?1526528311460");
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 3px 0;
	background-position: center
}

@media (min-width: 992px) and (max-width: 1199px) {
	.left-content .title-head-1 {
		font-size: 15px !important
	}
}

@media (max-width: 1199px) {
	.left-content .title-head-1 {
		background-image: url("//bizweb.dktcdn.net/100/299/770/themes/648829/assets/bg_header-mobile.png?1526528311460");
		width: 100%;
		margin: 0;
		padding: 3px 20px !important;
		background-repeat: unset;
		background-position: unset;
		text-align: left
	}
}

@media (min-width: 1200px) {
	.left-content .title-head-1:before {
		content: "";
		position: absolute;
		top: 48px;
		left: 0px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 15px 15px 0;
		border-color: transparent #409cff transparent transparent
	}

	.left-content .title-head-1:after {
		content: "";
		position: absolute;
		bottom: -15px !important;
		right: 0px !important;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 15px 15px 0 0;
		border-color: #409cff transparent transparent transparent
	}
}

.left-content .title-head-1 span {
	display: block;
	padding: 10px 0
}

.left-content .title-head {
	margin: 0px;
	font-size: 16px !important;
	text-transform: none;
	font-weight: bold;
	position: relative;
	display: block
}

	.left-content .title-head span {
		display: block;
		padding: 0
	}

.left-content .aside-blog {
	margin-top: 15px
}

	.left-content .aside-blog .nav-item {
		position: relative;
		clear: left;
		font-size: 1em;
		padding: 13px 0px 13px 0px;
		border-bottom: solid 1px #ddd
	}

		.left-content .aside-blog .nav-item:last-child {
			border-bottom: none
		}

		.left-content .aside-blog .nav-item a {
			font-size: 1em;
			font-weight: bold
		}

		.left-content .aside-blog .nav-item .fa {
			width: 30px;
			height: 30px;
			line-height: 28px;
			text-align: center;
			cursor: pointer
		}

			.left-content .aside-blog .nav-item .fa.fa-caret-right {
				right: auto;
				left: 0;
				top: 16px;
				text-align: left
			}

		.left-content .aside-blog .nav-item .dropdown-menu {
			width: 100%;
			border: 0;
			padding-left: 15px
		}

		.left-content .aside-blog .nav-item.active {
			border-bottom: none
		}

			.left-content .aside-blog .nav-item.active > a {
				color: #409cff
			}

			.left-content .aside-blog .nav-item.active > .fa {
				color: #409cff
			}

			.left-content .aside-blog .nav-item.active > .dropdown-menu {
				display: block
			}

		.left-content .aside-blog .nav-item:hover > a {
			color: #409cff;
			background-color: transparent
		}

.article-main .article-details .date {
	margin: 15px 0 10px
}

.article-main .rte {
	color: #898989;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 14px;
	margin-top: 5px
}

.article-main .article-image {
	margin-bottom: 30px;
	text-align: center
}

	.article-main .article-image a {
		margin: 0 auto
	}

.article-main .article-title {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 24px;
	color: #252525;
	line-height: 36px
}

.article-main .post-time {
	margin-bottom: 0px
}

.article-main .article-content {
	font-size: 1.14286em
}

.article-main .form-group {
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px
}

.tag-share {
	clear: left;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
	line-height: 30px
}

	.tag-share .social-media {
		color: #7b7b7b
	}

		.tag-share .social-media label {
			display: inline-block;
			margin-bottom: 0px;
			color: #636363
		}

		.tag-share .social-media a {
			margin-left: 5px;
			width: 28px;
			height: 28px;
			border: 1px solid #b1b1b1;
			display: inline-block;
			line-height: 28px;
			text-align: center;
			border-radius: 50%;
			color: #b1b1b1;
			font-size: 12px
		}

			.tag-share .social-media a:hover {
				color: #409cff;
				border-color: #409cff
			}

.tag_article {
	color: #333;
	padding-left: 0px;
	font-size: 14px
}

	.tag_article .fa {
		transform: translateY(1px);
		color: #acacac;
		margin-right: 5px
	}

	.tag_article a {
		color: #7d7d7d;
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
	}

		.tag_article a:hover {
			color: #252525
		}

@media (max-width: 767px) {
	.tag-share > div {
		text-align: left !important;
		padding-left: 0px
	}

	.tag-share .social-sharing {
		float: left !important;
		margin-top: 5px
	}
}

.title-form-coment {
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 25px;
	color: #191919
}

.article-main form {
	display: block;
	float: left;
	width: 100%;
	padding-top: 0px;
	margin-top: 10px
}

.article-main .form_article_cmt {
	display: block;
	float: left;
	width: 100%
}

	.article-main .form_article_cmt .btn_article {
		position: absolute;
		bottom: 20px;
		right: 0px;
		border-radius: 0
	}

#article-comments {
	margin-top: 30px
}

	#article-comments .article-comment {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e5e5e5
	}

		#article-comments .article-comment:last-child {
			padding-bottom: 30px
		}

	#article-comments .article-comment-user-image {
		margin: 0;
		float: left;
		width: 80px;
		border-radius: 50%;
		margin-right: 12px
	}

	#article-comments .article-comment-user-comment {
		padding-left: 110px;
		word-break: break-word;
		font-size: 1em
	}

		#article-comments .article-comment-user-comment p {
			color: #707070
		}

	#article-comments .user-name-comment {
		margin: 0;
		color: #252525 !important;
		font-size: 1em;
		line-height: 1;
		font-weight: 400 !important
	}

	#article-comments .article-comment-date-bull {
		padding: 5px 0;
		display: block;
		color: #b0b0b0;
		font-size: 14px
	}

.social-media {
	font-size: 1em
}

	.social-media .list-inline li {
		margin-right: 20px
	}

.section-news-2 {
	margin-bottom: 20px
}

.block-recent {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px
}

	.block-recent ul li {
		line-height: 24px;
		padding: 7px 0;
		padding-left: 15px;
		position: relative
	}

		.block-recent ul li:before {
			content: '';
			position: absolute;
			width: 5px;
			height: 5px;
			top: 16px;
			left: 0px;
			background: #409cff;
			-ms-transform: rotate(90deg);
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg)
		}

		.block-recent ul li span.date_style {
			font-size: 13px;
			font-weight: 400;
			margin-left: 5px;
			color: #acacac
		}

		.block-recent ul li a {
			color: #252525;
			font-weight: 600
		}

			.block-recent ul li a .fa {
				display: inline-block;
				margin-right: 5px
			}

			.block-recent ul li a:hover {
				color: #409cff
			}

.pd-right {
	padding-left: 0px
}

.main-container {
	min-height: 300px
}

	.main-container .col-main {
		float: none;
		width: auto
	}

		.main-container .col-main .cart {
			border: 1px solid #ebebeb
		}

			.main-container .col-main .cart .bg-scroll {
				border-top: none;
				margin-top: 0px;
				overflow: hidden;
				border-top: none
			}

			.main-container .col-main .cart .cart-thead {
				font-weight: 400;
				font-size: 16px;
				clear: both;
				width: 100%;
				border-bottom: 1px solid #ebebeb;
				border-right: none;
				border-left: none;
				float: left;
				min-width: 600px;
				padding: 0 50px
			}

				.main-container .col-main .cart .cart-thead div {
					float: left;
					padding: 10px 0;
					color: #252525;
					text-align: center;
					font-size: 16px;
					font-weight: 400
				}

			.main-container .col-main .cart .nobr {
				white-space: nowrap
			}

			.main-container .col-main .cart .cart div.a-right {
				text-align: right
			}

			.main-container .col-main .cart .cart div.a-center {
				text-align: center
			}

			.main-container .col-main .cart .cart-tbody {
				width: 100%;
				float: left
			}

				.main-container .col-main .cart .cart-tbody .item-cart {
					border-bottom: 1px solid #ebebeb;
					width: 100%;
					float: left;
					padding: 25px 50px
				}

					.main-container .col-main .cart .cart-tbody .item-cart:last-child {
						border-bottom: none
					}

			.main-container .col-main .cart .item-cart .image .product-image img {
				max-width: 100%;
				width: auto;
				height: auto;
				max-height: 100%
			}

			.main-container .col-main .cart .cart-tbody .item-cart div {
				line-height: 20px;
				vertical-align: top;
				height: 100px;
				overflow: hidden;
				display: flex;
				align-items: center;
				justify-content: center;
				padding: 0px;
				flex-direction: column;
				float: left
			}

				.main-container .col-main .cart .cart-tbody .item-cart div.image a {
					display: flex;
					align-items: center;
					justify-content: left;
					max-height: 100px;
					padding: 0
				}

@media (min-width: 768px) and (max-width: 1199px) {
	.main-container .col-main .cart .cart-tbody .item-cart div.cart1 {
		width: 15% !important
	}

	.main-container .col-main .cart .cart-tbody .item-cart div.cart2 {
		width: 32% !important
	}

	.main-container .col-main .cart .cart-tbody .item-cart div.cart5 {
		width: 6% !important
	}

	.main-container .col-main .cart .cart-tbody .item-cart div.cart6 {
		width: 12% !important
	}
}

.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
	padding: 10px 0 6px;
	position: relative
}

.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
	line-height: 36px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: block;
	text-align: center;
	color: #252525
}

.main-container .col-main .cart .cart-tbody .item-cart .product-image {
	display: block;
	height: auto;
	width: 100%;
	padding: 10px 0;
	flex: 1;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	max-height: 230px;
	height: 155px;
	text-align: center
}

@media (max-width: 991px) {
	.main-container .col-main .cart .cart-tbody .item-cart .product-image {
		padding: 0
	}
}

.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
	margin: 0px;
	margin-top: 28px;
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	margin-left: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	color: #252525
}

	.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
		display: block;
		font-size: 16px !important;
		max-height: 75px;
		overflow: hidden
	}

.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
	position: relative;
	float: left
}

.main-container .col-main .cart .cart .product-name a {
	font-size: 14px
}

.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height: 24px;
	width: 24px;
	vertical-align: baseline;
	text-align: center;
	padding: 0
}

.main-container .col-main .cart .variant-title {
	color: #252525
}

.main-container .col-main .cart .cart-tbody .item-cart div .price {
	line-height: 6;
	font-size: 18px;
	color: #81d426;
	font-weight: 400
}

.main-container .col-main .cart .item-cart .items-count {
	border: 1px solid #ebebeb;
	outline: none;
	background: #fff;
	height: 24px;
	width: 21px;
	vertical-align: top;
	text-align: center;
	padding: 0
}

.main-container .col-main .cart .item-cart .number-sidebar {
	border: 1px solid #ddd;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0;
	line-height: 15px
}

.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
	background-color: #fff;
	background-image: none;
	color: #363636;
	cursor: pointer;
	padding: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	float: left;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: none
}

.main-container .col-main .cart .btn-proceed-checkout {
	background: #409cff;
	line-height: 35px;
	color: #fff;
	height: 45px;
	padding: 0 35px;
	border-radius: 30px;
	font-size: 14px;
	border: none
}

.main-container .col-main .cart .btn.btn-white {
	margin-right: 5px;
	border: 2px solid #363636
}

	.main-container .col-main .cart .btn.btn-white:hover {
		border-color: #409cff
	}

.main-container .col-main .cart .totals {
	margin-bottom: 0px;
	border-radius: 0px;
	border-top: 1px solid #ebebeb
}

	.main-container .col-main .cart .totals .inner {
		padding: 0px 30px 0px 0px;
		margin-top: 0;
		margin-right: 1px
	}

.main-container .col-main .cart #shopping-cart-totals-table tr td {
	border: none;
	padding: 25px;
	padding-bottom: 10px;
	padding-right: 0
}

	.main-container .col-main .cart #shopping-cart-totals-table tr td strong {
		padding-left: 20px
	}

	.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
		width: 265px;
		font-size: 16px;
		padding-bottom: 15px
	}

.main-container .col-main .cart #shopping-cart-totals-table {
	width: 100%;
	padding-bottom: 8px
}

.main-container .col-main .cart ul.checkout {
	clear: left;
	padding-top: 0;
	margin-bottom: 30px
}

.main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
	padding: 10px;
	background: none !important;
	box-shadow: none !important;
	color: #363636 !important;
	height: 50px;
	vertical-align: middle
}

.main-container .col-main .cart span.totals_price.price {
	color: #81d426;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 18px;
	font-weight: 400
}

.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
	border: 1px solid #ddd;
	height: 40px;
	margin-left: -1px;
	text-align: center;
	padding-right: 40px;
	width: 100px;
	vertical-align: top;
	margin-right: -1px;
	margin-top: 20px;
	display: inline-block;
	padding: 0;
	border-radius: 3px
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-minus {
	position: absolute;
	top: 48px;
	left: 69px;
	border: 1px solid #fff;
	outline: none;
	background: transparent;
	height: 19px;
	width: 19px;
	text-align: center;
	vertical-align: top;
	padding: 0
}

.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-plus {
	position: absolute;
	right: 9px;
	top: 32px;
	font-size: 17px;
	border: 1px solid #fff;
	outline: none;
	background: transparent;
	height: 19px;
	width: 20px;
	text-align: center;
	vertical-align: top;
	padding: 0
}

.main-container button.btn.btn-gray.margin-right-15.f-right {
	background: #f1f1f1;
	color: #252525;
	border: 1px solid #ebebeb;
	height: 45px;
	padding: 0 35px;
	border-radius: 30px;
	font-size: 14px
}

@media (max-width: 1199px) {
	.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
		width: 196px
	}
}

@media (max-width: 991px) {
	.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
		width: 252px
	}

	.main-container .col-main .cart .totals .inner {
		margin-right: 0
	}
}

@media (max-width: 767px) {
	.item-product .title-product-cart-mobile {
		max-width: 150px
	}

	.sign_main {
		background: #f7f8f9;
		margin-top: 40px
	}

	.main {
		border-bottom: solid 1px #ebebeb;
		background: #fff;
		margin-top: 40px
	}

	.main-container {
		margin-top: -40px
	}

	.cart-mobile {
		padding: 10px 0px 0px 0px
	}

	.header-cart {
		padding: 0px;
		border-bottom: solid 1px #ebebeb;
		margin-top: -10px
	}

	.header-cart-content {
		margin-top: 10px
	}

		.header-cart-content .content-product-list {
			min-height: 110px
		}

	.header-cart .title-cart {
		line-height: 10px
	}

	.header-cart-price {
		padding: 0px 0px 20px 0
	}

	.title-cart h3 {
		font-family: Arial, sans-serif;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase
	}

	.title-cart p {
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #9c9c9c
	}

	.title-cart a {
		float: right;
		margin-top: -28px;
		color: #409cff;
		font-size: 16px;
		line-height: 27px;
		font-family: Arial, sans-serif
	}

	.btn-proceed-checkout-mobile {
		width: 100%;
		line-height: 27px;
		color: #fff;
		height: 40px;
		font-size: 14px;
		border: none;
		background: #409cff
	}

	.content-product-list .item-product {
		padding: 15px 0px;
		min-height: 110px;
		border-bottom: solid 1px #ebebeb;
		overflow: hidden
	}

	.item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile {
		float: left
	}

	.item-product-cart-mobile {
		max-width: 100px;
		margin-right: 10px
	}

		.item-product-cart-mobile img {
			max-width: 100px;
			margin-right: 10px
		}

	.select-item-qty-mobile {
		float: right;
		text-align: center
	}

	.title-product-cart-mobile a {
		word-break: break-word;
		font-family: Arial, sans-serif;
		font-size: 14px;
		color: #363636
	}

	.select-item-qty-mobile input.qty {
		background: none repeat scroll 0 0 #fff;
		border: 1px solid #ebebeb;
		font-size: 15px;
		font-weight: 400;
		margin: 0 !important;
		outline: medium none;
		padding: 5px 5px 5px 12px;
		width: 41px
	}

	.title-product-cart-mobile p {
		line-height: 2;
		font-size: 14px;
		font-family: Arial, sans-serif;
		color: #898989
	}

	.title-product-cart-mobile span {
		color: #409cff
	}

	.select-item-qty-mobile a {
		line-height: 3;
		color: #363636;
		font-family: 'Open Sans', sans-serif
	}
}

@media screen and (max-width: 767px) {
	.select-item-qty-mobile .txt_center input {
		height: 25px;
		width: 24px;
		text-align: center;
		margin: 0px;
		padding: 0;
		position: absolute;
		left: 22px;
		min-height: 0;
		border-right: none;
		border-left: none
	}

	.item-product .title-product-cart-mobile {
		max-width: 150px
	}

	.title-product-cart-mobile h3 {
		line-height: 1;
		margin: 0
	}

	.main-cart-page {
		min-height: auto !important
	}

	.select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
		margin: 0;
		padding: 0;
		line-height: 1;
		max-width: 24px !important;
		width: 24px;
		height: 25px;
		border-style: hidden;
		background: none !important;
		color: #000;
		border: solid thin #ddd
	}

	.select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		padding: 0;
		max-width: 24px !important;
		width: 24px;
		height: 25px;
		display: inline-block;
		line-height: 1;
		border-style: hidden;
		color: #fff;
		background: none !important;
		color: #000;
		border: solid thin #ddd
	}

	.select-item-qty-mobile > div {
		position: relative;
		width: 68px;
		height: 25px
	}
}

@media screen and (max-width: 375px) {
	.item-product .title-product-cart-mobile {
		max-width: 100px !important
	}
}

#customer_register {
	margin-bottom: 20px
}

#customer_login {
	margin-bottom: 0
}

#recover_customer_password {
	margin-bottom: 0;
	padding: 0 30px 30px
}

.h_recover #recover-password {
	padding: 0px
}

	.h_recover #recover-password #recover_customer_password {
		padding: 0px !important
	}

#recover-password .group_contact {
	padding: 0px !important
}

.checkbox.style input {
	margin: 0 !important;
	display: none
}

.checkbox.style label {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	text-transform: none;
	position: relative;
	padding-left: 55px;
	line-height: 50px
}

	.checkbox.style label:before {
		display: block;
		width: 35px;
		height: 35px;
		background: #fff;
		border: 1px solid #d4d4d4;
		border-radius: 5px;
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%)
	}

.checkbox.style input:checked + label:after {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 20px;
	color: #409cff;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.page_customer_account .col-left-account .table-cart .thead-default {
	border-top: 1px solid #ddd;
	background: #acacac
}

.block-account h3 {
	margin-top: 0
}

.block-account .block-title-account h5 {
	text-transform: uppercase
}

.customer-name {
	color: #409cff;
	line-height: 55px
}

.block-content.form-signup {
	background: #fff
}

	.block-content.form-signup p i {
		color: #409cff;
		width: 10px;
		margin-right: 10px
	}

	.block-content.form-signup p:nth-child(3) i {
		font-size: 15px;
		margin-left: 3px;
		width: 7px
	}

	.block-content.form-signup p:nth-child(4) i {
		font-size: 15px;
		margin-left: 2px;
		width: 7px
	}

.address-title {
	padding-left: 10px;
	margin-bottom: 15px;
	border-radius: 0 !important;
	font-weight: 300
}

	.address-title button {
		background: none;
		border: none;
		font-size: 0;
		width: 50px;
		height: 55px
	}

		.address-title button.btn-edit {
			background-image: url(//bizweb.dktcdn.net/100/117/701/themes/571720/assets/btn-edit.png?1501665026589);
			background-repeat: no-repeat;
			background-position: center
		}

		.address-title button.btn-delete {
			background-image: url(//bizweb.dktcdn.net/100/117/701/themes/571720/assets/btn-delete.png?1501665026589);
			background-repeat: no-repeat;
			background-position: center
		}

.address-subtitle {
	margin-top: 0;
	text-transform: uppercase
}

.address-item-action {
	right: 0;
	top: -7px
}

	.address-item-action .btn-row {
		padding-right: 5px
	}

.address-group {
	background: #fff;
	padding-bottom: 5px;
	margin-bottom: 15px
}

	.address-group p {
		color: #595959
	}

		.address-group p label {
			float: left;
			font-weight: 300
		}

@media (max-width: 374px) {
	.address-group p small {
		display: block
	}
}

#order_details .thead-default {
	border-top: 1px solid #ddd
}

.order_date .color_main {
	padding-left: 30px
}

@media (max-width: 374px) {
	.order_date .color_main {
		padding-left: 0;
		display: block;
		float: left;
		width: 100%
	}
}

.order_date .color_main .fa {
	color: #409cff
}

#order_payment, #order_shipping {
	background: #fff
}

	#order_payment .address.note i, #order_shipping .address.note i {
		color: #409cff;
		margin-right: 5px
	}

.totalorders {
	background: #fff;
	border-color: #e1e1e1
}

.order-headding {
	margin: 0
}

.info-contact .widget-menu p {
	display: inline
}

.info-contact .logo {
	font-size: 20px
}

.page_address .adr_title .title-head {
	padding-bottom: 20px
}

	.page_address .adr_title .title-head .a_address {
		font-size: 14px;
		text-transform: none;
		margin-top: 5px
	}

		.page_address .adr_title .title-head .a_address .fa {
			color: #409cff
		}

.aside-item {
	margin-bottom: 0px;
	clear: left
}

	.aside-item.blog-aside-article .aside-title-article h2 {
		font-size: 18px !important;
		text-transform: none;
		/* font-family: "Oswald",serif; */
		/* font-weight: 700; */
		margin: 0;
		padding: 10px 0;
		color: #409cff;
		background: #006dab;
		font-family: 'Roboto-Medium';
	}

		.aside-item.blog-aside-article .aside-title-article h2 a {
			text-transform: uppercase;
			color: #ffff;
			padding-left: 7px;
			font-family: 'Roboto-Medium';
			font-weight: unset;
		}

	.aside-item.filter_kt {
		display: block;
		margin-bottom: 10px;
		float: left
	}

	.aside-item .aside-title .border-bottom-3line-blog {
		width: 100%;
		display: block;
		z-index: 9;
		position: absolute;
		top: 45%;
		right: 0
	}

	.aside-item .aside-title h2 {
		display: inline-block;
		background: #fff;
		position: relative;
		z-index: 999;
		padding: 0 20px 0 0;
		font-size: 31px !important;
		text-transform: none;
		font-family: "Oswald",serif;
		font-weight: 400;
		margin: 0;
		color: #252525
	}

	.aside-item .nav > li > a {
		padding: 0
	}

	.aside-item .aside-content {
		margin-top: 0px;
		border: none
	}

	.aside-item .aside_vendor {
		margin-top: 0px
	}

.sidebar .aside-item.sidebar-category .nav-item .fa {
	width: 30px;
	height: 30px;
	margin-top: -5px;
	line-height: 28px;
	cursor: pointer;
	text-align: center
}

.aside-item.sidebar-category .nav-item {
	position: relative;
	clear: left;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
	border-bottom: none
}

	.aside-item.sidebar-category .nav-item a {
		font-size: 14px;
		font-family: "Oswald",serif;
		font-weight: 400;
		padding-right: 15px;
		padding-left: 0;
		padding-top: 0
	}

		.aside-item.sidebar-category .nav-item a .count_x {
			color: #acacac
		}

	.aside-item.sidebar-category .nav-item .count_blog {
		color: #acacac
	}

	.aside-item.sidebar-category .nav-item .fa {
		position: absolute;
		right: 10px;
		top: 0px
	}

	.aside-item.sidebar-category .nav-item .dropdown-menu {
		width: 100%;
		border: 0;
		padding-left: 15px;
		box-shadow: none
	}

	.aside-item.sidebar-category .nav-item.active > a {
		color: #409cff
	}

	.aside-item.sidebar-category .nav-item.active > .dropdown-menu {
		display: block
	}

.sidebar-category .aside-content {
	margin-top: 12px
}

	.sidebar-category .aside-content .nav-category .navbar-pills {
		padding: 0;
		background: #fff;
		z-index: 999
	}

	.sidebar-category .aside-content .nav-item {
		position: relative;
		clear: left;
		font-size: 1em;
		padding: 0 0px 0 0px
	}

		.sidebar-category .aside-content .nav-item.lv1 .fa {
			right: -10px
		}

		.sidebar-category .aside-content .nav-item.lv2 {
			padding: 0px
		}

			.sidebar-category .aside-content .nav-item.lv2 a {
				padding-left: 20px !important;
				padding-right: 30px
			}

			.sidebar-category .aside-content .nav-item.lv2 .fa {
				right: -10px
			}

		.sidebar-category .aside-content .nav-item.lv3 {
			padding: 0px
		}

			.sidebar-category .aside-content .nav-item.lv3 a {
				padding-left: 35px !important
			}

		.sidebar-category .aside-content .nav-item.lv4 {
			padding: 0
		}

			.sidebar-category .aside-content .nav-item.lv4 a {
				padding-left: 50px !important
			}

		.sidebar-category .aside-content .nav-item:last-child {
			border-bottom: none
		}

		.sidebar-category .aside-content .nav-item a {
			font-size: 14px;
			font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
			color: #252525;
			font-weight: 400;
			line-height: 1.7;
			padding: 3px 20px 3px 0px
		}

		.sidebar-category .aside-content .nav-item .fa {
			cursor: pointer;
			width: 30px;
			height: 30px;
			margin-top: 0px;
			line-height: 28px;
			cursor: pointer;
			text-align: center
		}

			.sidebar-category .aside-content .nav-item .fa.fa-caret-right {
				right: auto;
				left: 0;
				top: 16px;
				text-align: left
			}

		.sidebar-category .aside-content .nav-item .dropdown-menu {
			width: 100%;
			border: 0;
			padding-left: 0px;
			box-shadow: none;
			margin-top: 0px;
			padding: 0px;
			position: static
		}

		.sidebar-category .aside-content .nav-item.active > a {
			color: #409cff
		}

		.sidebar-category .aside-content .nav-item.active > .fa {
			color: #409cff;
			width: 30px;
			height: 30px;
			margin-top: 0px;
			line-height: 28px;
			cursor: pointer;
			text-align: center
		}

		.sidebar-category .aside-content .nav-item.active > .dropdown-menu {
			display: block
		}

		.sidebar-category .aside-content .nav-item:hover > a {
			color: #409cff;
			background-color: transparent
		}

		.sidebar-category .aside-content .nav-item ul > li:before {
			top: 17px;
			left: 15px
		}

		.sidebar-category .aside-content .nav-item ul > li.lv3:before {
			left: 30px
		}

		.sidebar-category .aside-content .nav-item ul > li.lv4:before {
			left: 30px
		}

.product-mini-item {
	display: block;
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5
}

	.product-mini-item .price {
		display: inline-block
	}

	.product-mini-item .product-img {
		width: 100px;
		margin-right: 20px;
		float: left
	}

	.product-mini-item .product-info {
		width: calc(100% - 120px);
		float: right
	}

		.product-mini-item .product-info .price-box {
			border: none;
			margin-top: 15px
		}

			.product-mini-item .product-info .price-box .price {
				display: block
			}

			.product-mini-item .product-info .price-box .old-price .sale-price {
				margin-left: 0px !important
			}

		.product-mini-item .product-info h3 {
			margin-top: 0;
			margin-bottom: 7px;
			font-size: 15px;
			display: block;
			float: left;
			width: 100%
		}

			.product-mini-item .product-info h3 a {
				color: #252525
			}

				.product-mini-item .product-info h3 a:hover {
					color: #409cff
				}

	.product-mini-item .product-price {
		font-size: 16px;
		font-weight: 400;
		color: #409cff
	}

	.product-mini-item .sale-price {
		font-size: 13px;
		margin-left: 10px;
		color: #898989
	}

.bizweb-product-reviews-badge {
	margin: 0
}

	.bizweb-product-reviews-badge > div {
		padding: 0 3px !important
	}

		.bizweb-product-reviews-badge > div.bizweb-product-reviews-star {
			display: block
		}

.btn.btn-link {
	color: #333;
	padding-left: 0
}

	.btn.btn-link:hover {
		color: #409cff
	}

.aside-item .list-tags span.tag-item {
	line-height: 40px;
	border: 1px solid #ebebeb;
	height: 40px;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	color: #898989;
	border-radius: 3px
}

.ui-widget.ui-widget-content {
	height: 2px;
	background: #ebebeb
}

.ui-slider-range.ui-corner-all.ui-widget-header {
	background: #409cff !important;
	top: 0;
	height: 2px !important
}

.ui-slider-horizontal .ui-slider-handle {
	height: 14px !important;
	width: 14px !important;
	border-radius: 50% !important;
	top: -6px !important;
	border: 3px solid #409cff !important;
	background: #fff !important
}

.ui-widget.ui-widget-content {
	border: none !important;
	margin-bottom: 25px;
	width: calc(100% - 14px);
	margin-left: 7px
}

#start {
	width: 100px;
	float: left
}

@media (min-width: 992px) and (max-width: 1199px) {
	#start {
		width: 95px
	}
}

#start input {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	box-shadow: none
}

#stop {
	width: 100px;
	float: left;
	margin-left: 25px;
	text-align: center;
	position: relative
}

@media (min-width: 992px) and (max-width: 1199px) {
	#stop {
		width: 100px;
		margin-left: 17px
	}
}

#stop input {
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e1e1e1;
	box-shadow: none
}

a#filter-value {
	height: 30px;
	border-radius: 4px;
	background-color: #409cff !important;
	line-height: 30px;
	font-weight: 400;
	width: 100px;
	margin-top: 15px
}

.at-style-responsive .at-share-btn {
	border-radius: 3px !important
}

.google_plusone_iframe_widget {
	width: auto !important
}

div#isp_search_result_page_container .btn-search {
	display: none
}

button.btn.btn-default.btn-search {
	display: none
}

div#isp_search_result_page_container form {
	margin-bottom: 0
}

body .bizweb-product-reviews-form fieldset {
	border: none
}

body .bizweb-product-reviews-badge div {
	display: none
}

	body .bizweb-product-reviews-badge div > p {
		padding: 0 3px !important
	}

	body .bizweb-product-reviews-badge div.bizweb-product-reviews-star {
		display: block
	}

body .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
	font-size: 13px
}

	body .bizweb-product-reviews-badge .bizweb-product-reviews-star i:before {
		font-family: 'FontAwesome'
	}

body .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-off-png:before {
	content: "\f006";
	color: #ccc
}

body .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-on-png:before {
	content: "\f006";
	color: #ffaa30
}

body .bizweb-product-reviews-badge .bizweb-product-reviews-star .star-half-png:before {
	content: "\f006";
	color: #ffaa30
}

body .bizweb-product-reviews-badge {
	margin: 0
}

.bizweb-product-reviews-badge div {
	padding: 0px !important
}

.wishlist-page-body {
	padding-top: 30px;
	overflow: hidden;
	margin-top: 25px !important;
	background: #fff;
	position: relative
}

	.wishlist-page-body .wishlist-title {
		display: none !important
	}

	.wishlist-page-body .wishlist-clearfix .wishlist-search {
		position: relative;
		width: 35% !important
	}

		.wishlist-page-body .wishlist-clearfix .wishlist-search #wishlist_search_input {
			position: relative;
			display: block;
			width: 100% !important;
			height: 34px;
			padding: 7px 12px;
			font-size: 13px;
			line-height: 1.428571429;
			color: #555;
			background-color: #fff;
			background-image: none;
			border: 2px solid #ccc;
			border-radius: 3px;
			-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
			-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
			-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
			transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
		}

		.wishlist-page-body .wishlist-clearfix .wishlist-search:after {
			font-family: 'FontAwesome';
			content: "\f002";
			font-size: 15px;
			line-height: 24px;
			position: absolute;
			width: 15px;
			height: 15px;
			right: 20px;
			top: 8px;
			color: #eee
		}

	.wishlist-page-body .wishlist-clearfix .wishlist-share {
		width: 15% !important;
		margin-top: 3px
	}

	.wishlist-page-body .wishlist-clearfix .wishlist-display-style {
		float: none !important;
		position: absolute;
		top: 30px;
		right: 15px;
		width: 10% !important;
		text-align: right
	}

		.wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style.active, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-list-style:hover, .wishlist-page-body .wishlist-clearfix .wishlist-display-style .wishlist-grid-style:hover {
			color: #409cff !important
		}

	.wishlist-page-body .wishlist-list-view {
		padding-top: 15px;
		border-top: solid 1px #eee
	}

		.wishlist-page-body .wishlist-list-view .wishlist-product {
			margin-top: 0;
			margin-bottom: 25px;
			padding-bottom: 25px;
			border-bottom: 1px solid #ebebeb
		}

			.wishlist-page-body .wishlist-list-view .wishlist-product:last-child {
				border-bottom: none
			}

		.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
			width: 140px !important
		}

		.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
			width: calc(100% - 140px - 180px)
		}

			.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
				color: #231f20 !important;
				font-size: 18px !important;
				font-weight: 600 !important;
				line-height: 24px
			}

				.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
					color: #333 !important;
					font-weight: 300;
					font-size: 17px !important;
					margin: 0px !important
				}

				.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover {
					color: #409cff !important
				}

					.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name:hover p {
						color: #409cff !important
					}

			.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
				margin: 0px !important;
				color: #409cff !important
			}

				.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
					font-weight: bold !important;
					line-height: 25px !important;
					color: #409cff !important;
					margin-right: 10px !important
				}

				.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
					color: #898989;
					font-weight: 300;
					text-decoration: line-through
				}

					.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
						content: " ";
						width: 2px;
						background: #b6b6b6;
						height: 12px;
						position: absolute;
						margin-left: -9px;
						margin-top: 9px
					}

			.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
				color: #231f20 !important;
				margin: 0px !important
			}

		.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
			margin-bottom: 0px !important
		}

			.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
				background-image: none;
				line-height: 24px !important;
				border-radius: 3px !important;
				cursor: pointer;
				display: inline-block;
				font-size: 12px !important;
				text-transform: uppercase !important;
				font-weight: 400;
				color: #fff !important;
				background: #409cff !important;
				border: solid 1px #409cff !important;
				padding: 7px 12px;
				text-align: center;
				vertical-align: middle;
				white-space: nowrap
			}

				.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
					border-color: #409cff !important;
					color: #409cff !important;
					background: #fff !important
				}

		.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
			text-align: right
		}

			.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
				font-size: 11px !important;
				line-height: 24px;
				color: #616161 !important;
				text-transform: uppercase !important;
				font-weight: 500 !important;
				margin-right: 2px
			}

				.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
					font-family: 'FontAwesome';
					content: "\f00d";
					position: absolute;
					margin-left: -20px;
					margin-top: 1px;
					font-size: 14px;
					color: #616161
				}

				.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
					color: #409cff !important;
					text-decoration: none !important
				}

					.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
						color: #409cff !important
					}

	.wishlist-page-body .wishlist-grid-view {
		padding-top: 15px;
		border-top: 1px solid #ebebeb
	}

		.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-img {
			height: 200px !important;
			width: 180px !important;
			overflow: hidden
		}

		.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content {
			text-align: center;
			min-height: 100px
		}

			.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name {
				color: #333 !important;
				font-size: 18px !important;
				font-weight: 300 !important;
				line-height: 24px
			}

				.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-name p {
					padding: 0px 5px;
					color: #333 !important;
					font-weight: 300;
					margin: 0px !important
				}

			.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p {
				margin: 0px !important;
				color: #409cff !important
			}

				.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-price {
					font-weight: bold !important;
					line-height: 25px !important;
					color: #409cff !important;
					margin-right: 10px !important
				}

				.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice {
					color: #898989;
					font-weight: 300;
					font-size: 13px
				}

					.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content p .wishlist-product-oldprice:before {
						content: " ";
						width: 2px;
						background: #b6b6b6;
						height: 12px;
						position: absolute;
						margin-left: -9px;
						margin-top: 9px
					}

			.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-content .wishlist-product-description {
				color: #898989 !important;
				font-size: 13px;
				margin: 0px !important
			}

		.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action {
			margin-top: 5px
		}

			.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form {
				margin-bottom: 0px !important
			}

				.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
					background-image: none;
					line-height: 24px !important;
					border-radius: 3px !important;
					cursor: pointer;
					display: inline-block;
					font-size: 12px !important;
					text-transform: uppercase !important;
					font-weight: 400;
					color: #fff !important;
					background: #409cff !important;
					border: solid 1px #409cff !important;
					padding: 7px 12px;
					text-align: center;
					vertical-align: middle;
					white-space: nowrap
				}

					.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn:hover {
						border-color: #409cff !important;
						color: #409cff !important;
						background: #fff !important
					}

			.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove {
				text-align: center
			}

				.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link {
					font-size: 11px !important;
					line-height: 24px;
					color: #616161 !important;
					text-transform: uppercase !important;
					font-weight: 500 !important
				}

					.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:before {
						font-family: 'FontAwesome';
						content: "\f00d";
						position: absolute;
						margin-left: -20px;
						margin-top: 1px;
						font-size: 14px;
						color: #616161
					}

					.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover {
						color: #409cff !important;
						text-decoration: none !important
					}

						.wishlist-page-body .wishlist-grid-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-remove .wishlist-remove-link:hover:before {
							color: #409cff !important
						}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.wishlist-grid-view .wishlist-product {
		width: calc(100% / 4) !important
	}

	.wishlist-page-body .wishlist-clearfix .wishlist-share {
		width: 18% !important
	}
}

@media screen and (max-width: 991px) {
	.wishlist-page-body .wishlist-clearfix .wishlist-share {
		width: 30% !important;
		margin-top: 3px
	}
}

@media screen and (max-width: 720px) {
	.wishlist-share-select select {
		height: 40px !important;
		padding: 0 10px !important;
		margin-bottom: 20px
	}

	.wishlist-page-body .wishlist-clearfix .wishlist-display-style {
		float: none !important;
		position: absolute;
		top: 90px;
		right: 15px;
		width: 30% !important;
		text-align: right
	}

	.wishlist-page-body .wishlist-clearfix .wishlist-search {
		position: relative;
		width: 60% !important
	}
}

@media screen and (max-width: 767px) {
	.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
		width: calc(100% - 160px)
	}

	.wishlist-list-view .wishlist-product-btn, .wishlist-list-view .wishlist-sold-out-btn {
		display: block;
		width: 45% !important
	}

	.article-main .postby .post_name {
		width: 100%;
		float: left
	}

	.wishlist-page-body .wishlist-clearfix .wishlist-search {
		width: 100% !important
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.wishlist-grid-view .wishlist-product {
		width: calc(100% / 3) !important
	}
}

@media screen and (min-width: 581px) and (max-width: 767px) {
	.wishlist-grid-view .wishlist-product {
		width: calc(100% / 2) !important
	}
}

@media screen and (max-width: 580px) {
	.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-content {
		width: 100% !important
	}

	.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-img {
		width: 100% !important;
		height: auto
	}

	.wishlist-page-body .wishlist-list-view .wishlist-view-page .wishlist-product .wishlist-product-action .wishlist-add-to-cart form .wishlist-btn {
		border-color: #ff4157 !important;
		color: #ff4157 !important;
		background: #fff !important;
		width: auto !important
	}

	.wishlist-grid-view .wishlist-product {
		width: calc(100% / 1) !important
	}
}

@media screen and (max-width: 580px) and (max-width: 500px) {
	.products-view-list .product-box .product-info {
		width: calc(100% / 3 * 2 - 15px)
	}
}

.at4-share {
	display: none
}

@media (min-width: 992px) {
	.contact .col-md-offset-4 {
		margin-left: 28.333333% !important
	}
}

.contact .form-login {
	border-radius: 30px !important;
	border: 1px solid #ebebeb;
	margin-bottom: 15px !important;
	text-align: center;
	font-size: 14px;
	font-family: 'Arial',sans-serif
}

	.contact .form-login::-webkit-input-placeholder {
		color: #898989
	}

	.contact .form-login::-moz-placeholder {
		color: #898989
	}

	.contact .form-login:-ms-input-placeholder {
		color: #898989
	}

.contact .box-heading {
	text-align: center
}

	.contact .box-heading h1 {
		display: inline-block;
		background: #fff;
		position: relative;
		z-index: 9;
		padding: 0 40px;
		font-size: 24px;
		font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
		text-transform: none;
		font-weight: 400
	}

	.contact .box-heading .border-bottom-3line-blog {
		width: 100%;
		display: block;
		z-index: 9;
		position: absolute;
		top: 47%;
		right: 0
	}

.contact .contact_left .title-head-contact {
	margin-top: 0;
	font-size: 14px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
	color: #252525
}

.contact .contact_left p {
	margin: 0;
	color: #707070;
	font-size: 14px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

.contact .contact_left .contact-box-info .item:first-child {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 15px
}

.contact .contact_left .contact-box-info .item h3 {
	font-size: 14px;
	color: #707070;
	text-transform: uppercase
}

.contact .contact_left .contact-box-info .item p .fa {
	font-size: 13px;
	width: 22px;
	color: #b7b7b7
}

.contact .contact_left .contact-box-info .item p a {
	color: #707070
}

.contact .contact_left #login h2 {
	font-size: 14px !important;
	margin-bottom: 15px
}

.contact .contact_left #login .form_contact {
	margin-bottom: 60px
}

	.contact .contact_left #login .form_contact .form-group .form-control {
		border-radius: 20px;
		margin-bottom: 10px
	}

		.contact .contact_left #login .form_contact .form-group .form-control::-webkit-input-placeholder {
			color: #707070
		}

		.contact .contact_left #login .form_contact .form-group .form-control::-moz-placeholder {
			color: #707070
		}

		.contact .contact_left #login .form_contact .form-group .form-control:-ms-input-placeholder {
			color: #707070
		}

	.contact .contact_left #login .form_contact .btn-primary {
		font-family: 'Arial',sans-serif !important
	}

@media (max-width: 543px) {
	.page-login span.intr {
		font-size: 13px !important
	}

	.address .page_address .adr_title .title-head a {
		width: 100%;
		margin: 15px 0
	}
}

.title_head .title_center_page {
	font-size: 18px !important;
	font-weight: 600;
	text-transform: none;
	position: relative;
	display: block;
	margin: 0
}

#pagelogin {
	margin-top: 5px
}

.page-login {
	padding-bottom: 40px
}

	.page-login span.intr {
		font-family: 'Arial';
		font-size: 15px;
		line-height: 23px;
		color: #636363;
		text-align: center;
		display: block
	}

	.page-login .form-signup {
		margin-top: 35px
	}

		.page-login .form-signup .you_account {
			font-size: 14px;
			font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
			color: #898989
		}

			.page-login .form-signup .you_account a {
				font-size: 14px;
				font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
				color: #409cff
			}

		.page-login .form-signup .form-group {
			margin-bottom: 0px
		}

			.page-login .form-signup .form-group label {
				margin-top: 0px
			}

			.page-login .form-signup .form-group input {
				height: 45px;
				line-height: 45px;
				padding: 0 20px;
				color: #636363;
				border-radius: 30px;
				border-color: #e5e5e5;
				box-shadow: none;
				margin-bottom: 10px
			}

				.page-login .form-signup .form-group input::-webkit-input-placeholder {
					color: #898989
				}

				.page-login .form-signup .form-group input::-moz-placeholder {
					color: #898989
				}

				.page-login .form-signup .form-group input:-ms-input-placeholder {
					color: #898989
				}

			.page-login .form-signup .form-group textarea {
				box-shadow: none
			}

		.page-login .form-signup .btn-lienhe {
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase
		}

		.page-login .form-signup .text-upper {
			width: 150px;
			height: 45px;
			font-size: 12px;
			font-weight: bold;
			font-family: 'Arial',sans-serif
		}

		.page-login .form-signup .accept_submit {
			margin-left: 20px;
			margin-top: 10px
		}

			.page-login .form-signup .accept_submit span {
				font-family: 'Arial';
				font-size: 15px;
				color: #111111
			}

		.page-login .form-signup .button-50 {
			font-size: 16px;
			line-height: 50px;
			width: 50%
		}

		.page-login .form-signup .have_ac {
			font-family: 'Arial';
			font-size: 15px;
			color: #111111;
			margin-left: 15px
		}

			.page-login .form-signup .have_ac a {
				color: #409cff;
				text-decoration: underline
			}

.login-width-social #social_login_widget #social_login {
	margin: 0 auto 50px
}

.recv-text {
	font-size: 15px;
	font-family: 'Arial';
	display: block;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	margin: 0 15px
}

	.recv-text a {
		text-decoration: underline;
		cursor: pointer;
		color: #409cff
	}

@media (max-width: 991px) {
	.form-signup .button-50 {
		width: 100% !important
	}

	.form-signup .have_ac {
		display: block;
		text-align: center;
		margin-top: 15px
	}
}

.embedContent .embedHeader {
	display: none !important
}

.info-contact .title-head {
	font-family: 'Arial';
	text-transform: uppercase;
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 20px;
	color: #252525
}

.info-contact .widget-menu {
	font-family: 'Arial';
	font-size: 14px;
	margin-bottom: 15px;
	overflow: hidden
}

	.info-contact .widget-menu .ico-left {
		float: left;
		position: relative;
		top: 0px;
		border-radius: 3px;
		width: 28px;
		text-align: left;
		height: 28px;
		display: block;
		margin-top: -2px;
		padding-left: 2px;
		line-height: 28px;
		color: #fff;
		color: #51b935
	}

	.info-contact .widget-menu .txt-content-add {
		display: inherit;
		padding-left: 0px
	}

@media (max-width: 543px) {
	.info-contact .widget-menu .txt-content-add {
		padding-left: 29px
	}
}

.info-contact .widget-menu .bold-color {
	font-weight: bold;
	color: #636363
}

.info-contact .widget-menu li {
	font-family: 'Arial',sans-serif;
	position: relative;
	color: #83858e;
	margin-bottom: 5px
}

	.info-contact .widget-menu li:nth-child(1) .fa {
		margin-left: 3px
	}

	.info-contact .widget-menu li:nth-child(2) .fa {
		margin-left: 4px
	}

	.info-contact .widget-menu li a {
		color: #83858e
	}

	.info-contact .widget-menu li:hover > a {
		text-decoration: none
	}

.info-contact .border-contact-page {
	padding: 2px 0px;
	border: dashed 1px #ebebeb;
	display: block
}

.info-contact .descripti {
	font-family: 'Arial';
	font-size: 14px;
	margin: 0px 0px 30px;
	padding: 0px 0px 30px;
	border-bottom: solid 1px #ebebeb;
	color: #3d454e
}

.info-contact .logo {
	font-size: 20px
}

@media (min-width: 992px) {
	.ct_left {
		margin-top: 30px
	}
}

.page_cotact .title-head-contact {
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 20px;
	color: #041721;
	line-height: 37px;
	text-align: left
}

.page_cotact .form-signup {
	margin: 0px
}

.page-right .title-head-contact {
	margin: 0px;
	text-transform: uppercase;
	padding: 20px 0px 5px;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #041721;
	line-height: 37px;
	text-align: left
}

.group_contact .form-group {
	padding: 0px 15px;
	margin-bottom: 15px;
	color: #252525
}

	.group_contact .form-group .form-control {
		font-family: 'Arial';
		font-size: 14px;
		color: #252525;
		height: 40px;
		padding: 0px 20px
	}

	.group_contact .form-group .content-area {
		min-height: 155px;
		padding: 20px
	}

	.group_contact .form-group input, .group_contact .form-group textarea {
		border-color: #ebebeb
	}

		.group_contact .form-group input:focus, .group_contact .form-group textarea:focus {
			border-color: #ebebeb
		}

		.group_contact .form-group input::placeholder {
			font-family: 'Arial';
			font-size: 15px;
			color: #111111
		}

		.group_contact .form-group textarea::placeholder {
			font-family: 'Arial';
			font-size: 15px;
			color: #111111
		}

	.group_contact .form-group .btn-50-full {
		font-family: 'Arial';
		position: absolute;
		right: 15px;
		bottom: 0px;
		box-shadow: none;
		padding: 8px 20px;
		font-size: 14px;
		color: #fff;
		background: #409cff;
		border: solid 1px #409cff
	}

		.group_contact .form-group .btn-50-full:hover {
			border-color: #409cff;
			background: #fff;
			color: #409cff
		}

@media (min-width: 1200px) {
	.wrap_padding {
		padding-right: 25%;
		padding-left: 8.33333333%
	}

	.box-maps .gllpLatlonPicker {
		padding-right: 8.33333333%
	}
}

@media (max-width: 991px) {
	.title-module-page {
		padding-top: 0px
	}
}

.title-module-page h2 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px
}

@media (max-width: 375px) {
	.title-module-page h2 {
		font-size: 19px
	}
}

.title-module-page h2 span .fa {
	color: #409cff;
	padding-right: 15px
}

.select_daily {
	padding: 15px 0px
}

	.select_daily select {
		height: 40px;
		background-color: #f6f6f6 !important;
		border-color: #ebebeb
	}

.city-wrapper:hover {
	cursor: pointer
}

.city-wrapper .nano .content:focus {
	outline: none;
	border-color: none
}

.city-wrapper .nano .content .showroom-item {
	padding: 15px 0px;
	border-bottom: solid 1px #e1e1e1;
	overflow: hidden
}

	.city-wrapper .nano .content .showroom-item .title-module-page h2 {
		font-size: 14px;
		font-weight: 600;
		color: #252525;
		margin-bottom: 0px
	}

		.city-wrapper .nano .content .showroom-item .title-module-page h2 span {
			font-size: 14px
		}

	.city-wrapper .nano .content .showroom-item:last-child {
		border-bottom: 0px
	}

	.city-wrapper .nano .content .showroom-item .showroom-address, .city-wrapper .nano .content .showroom-item .showroom-contact {
		line-height: 24px;
		color: #3d454e;
		display: block;
		padding: 1px 0px
	}

		.city-wrapper .nano .content .showroom-item .showroom-address .a_dl, .city-wrapper .nano .content .showroom-item .showroom-contact .a_dl {
			text-align: left;
			float: left;
			display: block;
			position: relative
		}

		.city-wrapper .nano .content .showroom-item .showroom-address .b_dl_db, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl_db {
			display: inherit;
			padding-left: 55px
		}

		.city-wrapper .nano .content .showroom-item .showroom-address .b_dl, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl {
			display: inline-block;
			padding-left: 5px
		}

			.city-wrapper .nano .content .showroom-item .showroom-address .b_dl a, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a {
				text-decoration: none
			}

				.city-wrapper .nano .content .showroom-item .showroom-address .b_dl a:hover, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a:hover {
					color: #409cff
				}

				.city-wrapper .nano .content .showroom-item .showroom-address .b_dl a:focus, .city-wrapper .nano .content .showroom-item .showroom-contact .b_dl a:focus {
					color: #409cff
				}

@media (max-width: 991px) {
	.widget-item.info-contact {
		margin-top: 20px !important
	}

	.widget-item.info-contact {
		margin-top: 0px !important
	}

	.page_cotact {
		padding-right: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important
	}

	.title_mobile_contact {
		padding: 0px 0px 30px !important
	}
}

.search-main .products-view-grid {
	border-top: none;
	display: block;
	float: left;
	width: 100%
}

.search-main .title_search {
	/* font-family: "Oswald",serif; */
	text-transform: none;
	font-family: 'Roboto-Medium';
}

@media (min-width: 768px) {
	.search-main .form_search_h {
		width: 300px;
		float: left;
		line-height: 2.1;
		border-radius: 0;
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px
	}
}

@media (min-width: 768px) {
	.search-main .btn_search_h {
		border-radius: 0;
		margin-left: -1px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px
	}
}

@media (max-width: 375px) {
	.search-main .cls_search .product-col .product-box {
		height: 270px
	}
}

.modal {
	top: 0px !important
}

.wrap-modal-login {
	background: #FFF;
	width: 586px;
	padding: 0px;
	margin: 0 auto !important
}

	.wrap-modal-login .title-modal {
		font-size: 24px;
		font-weight: 400;
		color: #363636;
		margin-top: 30px;
		display: block;
		text-align: center
	}

	.wrap-modal-login .text_bot_modal {
		color: #898989;
		text-align: center
	}

	.wrap-modal-login .btn-style {
		font-size: 21px !important;
		font-weight: 300;
		font-family: 'Arial', sans-serif;
		background: #fff;
		border: solid 1px #e1e1e1
	}

	.wrap-modal-login .accept_submit {
		text-align: center;
		margin-top: 20px
	}

		.wrap-modal-login .accept_submit input {
			margin-top: 2px
		}

	.wrap-modal-login #customer_register, .wrap-modal-login #customer_login {
		margin-bottom: 0px;
		padding: 0 30px 0px 30px
	}

	.wrap-modal-login .fixheight {
		max-height: 700px;
		overflow: hidden;
		overflow-y: hidden
	}

	.wrap-modal-login .wrp_frm .wrap_form .note {
		font-family: 'Arial';
		font-size: 15px;
		line-height: 23px;
		color: #111111;
		display: block;
		text-align: center;
		margin-bottom: 20px
	}

	.wrap-modal-login .wrp_frm_register {
		float: left
	}

		.wrap-modal-login .wrp_frm_register .wrap_form_register .note {
			font-family: 'Arial';
			font-size: 15px;
			line-height: 23px;
			color: #111111;
			display: block;
			text-align: center;
			margin-bottom: 20px
		}

	.wrap-modal-login .h_register {
		padding: 0px !important
	}

	.wrap-modal-login .form-signup {
		font-size: 1em;
		color: #636363;
		margin-top: 0px;
		margin-bottom: 0px
	}

		.wrap-modal-login .form-signup .form-group input {
			font-family: 'Arial', sans-serif;
			font-weight: 400;
			color: #111111;
			height: 45px;
			min-height: 40px;
			font-size: 15px;
			box-shadow: none;
			outline: none
		}

			.wrap-modal-login .form-signup .form-group input:-webkit-input-placeholder {
				color: #111111
			}

			.wrap-modal-login .form-signup .form-group input:-moz-placeholder {
				color: #111111
			}

			.wrap-modal-login .form-signup .form-group input:-ms-input-placeholder {
				color: #111111
			}

			.wrap-modal-login .form-signup .form-group input:-moz-placeholder {
				color: #111111
			}

			.wrap-modal-login .form-signup .form-group input:focus {
				border-color: #ebebeb
			}

		.wrap-modal-login .form-signup .form-group .name_control_h {
			display: inline-block;
			float: left;
			margin-bottom: 5px;
			font-size: 14px;
			font-family: "Oswald",serif;
			font-weight: 400;
			color: #636363
		}

		.wrap-modal-login .form-signup .form-group textarea {
			font-family: "Oswald",serif;
			border-color: #e1e1e1;
			border-radius: 0px;
			font-size: 1em;
			padding: 11px 20px
		}

		.wrap-modal-login .form-signup .form-group .btn-bg {
			width: 100%;
			font-weight: 600;
			background: #409cff;
			border: solid 1px #409cff;
			color: #fff;
			text-transform: uppercase;
			font-size: 14px !important;
			border-radius: 3px;
			margin-bottom: 5px;
			height: 45px;
			line-height: 42px
		}

			.wrap-modal-login .form-signup .form-group .btn-bg:hover {
				background: #fff;
				border: solid 1px #409cff;
				color: #409cff
			}

		.wrap-modal-login .form-signup .form-group .mr_bt {
			margin-bottom: 10px
		}

		.wrap-modal-login .form-signup .form-group label span {
			color: red;
			font-weight: bold
		}

		.wrap-modal-login .form-signup .cle {
			overflow: hidden
		}

		.wrap-modal-login .form-signup p {
			text-align: center;
			font-family: 'Arial', sans-serif;
			font-weight: 400
		}

		.wrap-modal-login .form-signup .fr_gr_pd {
			text-align: left
		}

			.wrap-modal-login .form-signup .fr_gr_pd:hover > a {
				color: #409cff
			}

		.wrap-modal-login .form-signup .fr_gr_pd_t {
			padding: 0px 15px;
			margin-top: 10px
		}

		.wrap-modal-login .form-signup .no_mr {
			margin-top: 0px !important
		}

		.wrap-modal-login .form-signup .bt_login {
			padding: 5px;
			font-weight: 400;
			font-size: 14px;
			color: #111111;
			text-align: center;
			display: block;
			margin-top: 20px
		}

			.wrap-modal-login .form-signup .bt_login span {
				display: block;
				text-align: center
			}

			.wrap-modal-login .form-signup .bt_login a {
				color: #409cff
			}

				.wrap-modal-login .form-signup .bt_login a.login_btn {
					color: #409cff
				}

				.wrap-modal-login .form-signup .bt_login a.register_btn .fa {
					margin-right: 5px
				}

			.wrap-modal-login .form-signup .bt_login:hover > a {
				color: #409cff
			}

		.wrap-modal-login .form-signup .bt_login_2 {
			font-family: "Oswald",serif;
			font-weight: 400;
			font-size: 14px;
			color: #111111;
			text-align: center;
			display: inline-block;
			margin-bottom: 15px;
			margin-left: 15px
		}

			.wrap-modal-login .form-signup .bt_login_2 span {
				display: block;
				text-align: left
			}

			.wrap-modal-login .form-signup .bt_login_2 a {
				color: #acacac
			}

			.wrap-modal-login .form-signup .bt_login_2:hover > a {
				color: #409cff
			}

		.wrap-modal-login .form-signup .bt_login_3 {
			font-family: 'Arial', sans-serif;
			font-weight: 400;
			font-size: 14px;
			color: #111111;
			text-align: center;
			display: block
		}

			.wrap-modal-login .form-signup .bt_login_3 span {
				display: block;
				text-align: center
			}

			.wrap-modal-login .form-signup .bt_login_3 a {
				color: #0072bc
			}

			.wrap-modal-login .form-signup .bt_login_3:hover > a {
				color: #409cff
			}

		.wrap-modal-login .form-signup .fot_sigup {
			display: block;
			float: left;
			width: 100%
		}

			.wrap-modal-login .form-signup .fot_sigup .tit {
				display: block;
				position: relative;
				text-align: center
			}

				.wrap-modal-login .form-signup .fot_sigup .tit:before {
					content: " ";
					width: 100%;
					height: 1px;
					padding: 1px 0px 0px;
					background: #ebebeb;
					color: #ebebeb;
					position: absolute;
					left: 0px;
					top: 17px;
					line-height: 32px;
					z-index: 1
				}

				.wrap-modal-login .form-signup .fot_sigup .tit span {
					font-family: 'Arial', sans-serif;
					font-size: 13px;
					color: #acacac;
					line-height: 32px;
					padding: 0px 15px;
					background-color: #fff;
					display: inline-block;
					background: #fff;
					z-index: 2;
					position: absolute;
					left: 36%
				}

		.wrap-modal-login .form-signup .social_login {
			width: 100%;
			float: left;
			margin-top: 15px
		}

			.wrap-modal-login .form-signup .social_login .login-width-social #social_login_widget #social_login {
				margin: 0px auto
			}

	.wrap-modal-login .background_image_register {
		height: 600px;
		overflow: hidden
	}

	.wrap-modal-login .background_image, .wrap-modal-login .background_image_register {
		padding: 0px
	}

		.wrap-modal-login .background_image img, .wrap-modal-login .background_image_register img {
			max-width: 100%
		}

		.wrap-modal-login .background_image .width_, .wrap-modal-login .background_image_register .width_ {
			width: 52.1%
		}

	.wrap-modal-login .btn-link-style {
		text-decoration: none;
		color: #898989;
		font-size: 14px
	}

	.wrap-modal-login .title-head {
		text-align: center;
		margin: 0px;
		font-family: 'Arial', sans-serif;
		font-weight: 500
	}

	.wrap-modal-login .no_mr {
		padding: 0px;
		margin: 0px
	}

	.wrap-modal-login .action_bottom {
		text-align: center;
		margin-top: 15px
	}

		.wrap-modal-login .action_bottom .btn-lg {
			border-radius: 3px;
			font-size: 14px !important
		}

			.wrap-modal-login .action_bottom .btn-lg:hover {
				background: #409cff;
				color: #fff;
				text-decoration: none;
				border-color: #409cff
			}

.info-contact .title-head {
	font-family: 'Arial';
	text-transform: uppercase;
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #252525
}

.info-contact .widget-menu {
	font-family: 'Arial';
	font-size: 14px;
	margin-bottom: 15px;
	overflow: hidden
}

	.info-contact .widget-menu .ico-left {
		display: block;
		float: left;
		width: 25px;
		text-align: center
	}

	.info-contact .widget-menu p, .info-contact .widget-menu .rc {
		display: block;
		float: left;
		width: calc(100% - 35px);
		margin-left: 5px
	}

	.info-contact .widget-menu li {
		margin-bottom: 5px
	}

		.info-contact .widget-menu li:hover > a {
			text-decoration: none
		}

.info-contact .border-contact-page {
	padding: 2px 0px;
	border: dashed 1px #ebebeb;
	display: block
}

.info-contact .descripti {
	font-family: 'Arial';
	font-size: 14px;
	margin: 0px 0px 30px;
	padding: 0px 0px 30px;
	border-bottom: solid 1px #ebebeb;
	color: #3d454e
}

.info-contact .logo {
	font-size: 20px
}

@media (min-width: 1200px) {
	.select_maps {
		margin-top: 90px
	}
}

.page_cotact {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

	.page_cotact .title-head-contact {
		font-size: 18px !important;
		font-weight: 600;
		text-transform: none;
		position: relative;
		display: block;
		margin: 0;
		padding-bottom: 0px
	}

		.page_cotact .title-head-contact span {
			display: block;
			padding: 10px 0
		}

@media (max-width: 991px) {
	.page_cotact .title-head-contact span {
		padding: 15px 0 0 0
	}
}

.page_cotact .title_db {
	font-size: 16px !important;
	font-weight: 700;
	color: #409cff;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin: 0;
	padding-bottom: 0px
}

	.page_cotact .title_db span {
		display: block;
		padding: 10px 0
	}

.page_cotact .sum_contact {
	color: #898989
}

.page_cotact .form-signup {
	margin: 0px
}

.page-login .title-head-contact:before {
	width: 25%
}

.item_contact .body_contact {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	display: inline-flex
}

	.item_contact .body_contact .icon_widget {
		font-size: 14px;
		position: relative;
		color: #929292;
		opacity: 1;
		margin-bottom: 5px !important;
		line-height: 25px
	}

		.item_contact .body_contact .icon_widget .fa {
			float: left;
			position: relative;
			top: -2px;
			border-radius: 50%;
			text-align: center;
			width: 20px;
			height: 20px;
			display: block;
			margin-right: 10px;
			margin-top: 5px;
			padding-left: 0px;
			line-height: 20px;
			color: #fff;
			font-size: 10px
		}

			.item_contact .body_contact .icon_widget .fa.fa-map-marker {
				background: #d92624
			}

			.item_contact .body_contact .icon_widget .fa.fa-phone {
				background: #51c560
			}

			.item_contact .body_contact .icon_widget .fa.fa-envelope {
				background: #db4639;
				font-size: 9px
			}

	.item_contact .body_contact .contact_info {
		float: left;
		width: calc(100% - 45px);
		align-items: center;
		display: flex;
		flex-flow: row
	}

		.item_contact .body_contact .contact_info span, .item_contact .body_contact .contact_info a {
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 24px;
			color: #252525;
			text-decoration: none
		}

		.item_contact .body_contact .contact_info a {
			width: 100%;
			float: left
		}

.social_contact {
	display: block;
	float: left;
	width: 100%;
	margin-top: 20px
}

	.social_contact .social-media label {
		display: inline-block
	}

	.social_contact .social-media a {
		display: inline-block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		border-radius: 50%;
		margin-right: 0;
		margin-left: 3px;
		margin: 0 1px
	}

.group_contact .form-group {
	padding: 0px 15px;
	margin-bottom: 15px;
	color: #252525
}

	.group_contact .form-group .form-control {
		border-radius: 0px !important;
		font-family: 'Roboto';
		font-size: 14px;
		color: #252525;
		height: 40px;
		padding: 0px 20px
	}

	.group_contact .form-group .content-area {
		min-height: 155px;
		padding: 20px;
		border-radius: 3px;
		resize: none
	}

	.group_contact .form-group input, .group_contact .form-group textarea {
		border-color: #ebebeb
	}

		.group_contact .form-group input:focus, .group_contact .form-group textarea:focus {
			border-color: #ebebeb
		}

		.group_contact .form-group input::placeholder {
			font-family: 'Roboto', sans-serif;
			font-size: 15px;
			color: #111111
		}

		.group_contact .form-group textarea::placeholder {
			font-family: 'Roboto', sans-serif;
			font-size: 15px;
			color: #111111
		}

	.group_contact .form-group .btn-50-full {
		font-family: 'Roboto', sans-serif;
		position: absolute;
		right: 15px;
		bottom: 0px;
		box-shadow: none;
		padding: 8px 20px;
		font-size: 14px;
		color: #fff;
		background: #409cff;
		border: solid 1px #409cff
	}

		.group_contact .form-group .btn-50-full:hover {
			border-color: #409cff;
			background: #fff;
			color: #409cff
		}

.thank_text {
	color: #409cff;
	display: block;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px
}

@media (min-width: 1200px) {
	.wrap_padding {
		padding-right: 25%;
		padding-left: 8.33333333%
	}

	.box-maps .gllpLatlonPicker {
		padding-right: 8.33333333%
	}
}

@media (max-width: 991px) {
	.title-module-page {
		padding-top: 0px
	}
}

.title-module-page h2 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px
}

	.title-module-page h2 span .fa {
		color: #409cff;
		padding-right: 5px
	}

.select_daily {
	padding: 15px 0px
}

	.select_daily select {
		height: 40px;
		background-color: #f6f6f6 !important;
		border-color: #ebebeb
	}

.city-wrapper:hover {
	cursor: pointer
}

.city-wrapper .nano .content:focus {
	outline: none;
	border-color: none
}

.city-wrapper .nano .content .showroom-item {
	padding: 10px 0px;
	border-bottom: 0;
	overflow: hidden
}

	.city-wrapper .nano .content .showroom-item:last-child {
		border-bottom: 0px
	}

	.city-wrapper .nano .content .showroom-item span {
		line-height: 22px;
		font-size: 13px;
		color: #636363;
		display: block;
		padding: 1px 0px
	}

		.city-wrapper .nano .content .showroom-item span .fa {
			width: 25px;
			font-size: 25px;
			text-align: center;
			display: block;
			float: left;
			height: 25px;
			line-height: 22px;
			color: #409cff
		}

		.city-wrapper .nano .content .showroom-item span span {
			display: block
		}

			.city-wrapper .nano .content .showroom-item span span a {
				text-decoration: none;
				color: #636363;
				font-weight: 400
			}

				.city-wrapper .nano .content .showroom-item span span a:hover {
					color: #409cff
				}

				.city-wrapper .nano .content .showroom-item span span a:focus {
					color: #409cff
				}

@media (max-width: 991px) {
	.widget-item.info-contact {
		margin-top: 20px !important
	}

	.widget-item.info-contact {
		margin-top: 0px !important
	}

	.page_cotact {
		padding-bottom: 0px !important
	}

	.title_mobile_contact {
		padding: 0px 0px 30px !important
	}
}

.banner_a {
	display: block;
	float: left;
	width: 100%
}

	.banner_a .banner_ {
		display: none
	}

		.banner_a .banner_.show {
			height: 500px;
			position: fixed;
			z-index: 99999
		}

@media (min-width: 1600px) {
	.banner_a .banner_.show {
		width: 200px
	}
}

@media (min-width: 1800px) {
	.banner_a .banner_.banner_fixed_1, .banner_a .banner_.banner_fixed_index_1 {
		right: calc(100% - 300px)
	}

	.banner_a .banner_.banner_fixed_2, .banner_a .banner_.banner_fixed_index_2 {
		left: calc(100% - 300px)
	}
}

@media (min-width: 1367px) and (max-width: 1799px) {
	.banner_a .banner_.banner_fixed_1, .banner_a .banner_.banner_fixed_index_1 {
		left: 0
	}

	.banner_a .banner_.banner_fixed_2, .banner_a .banner_.banner_fixed_index_2 {
		right: 0
	}
}

.banner_a .banner_ a {
	display: block
}

#popupCartModal .modal-dialog {
	width: 850px;
	transform: translate(0);
	border-radius: 0
}

@media (max-width: 991px) {
	#popupCartModal .modal-dialog {
		width: 800px
	}
}

@media (max-width: 767px) {
	#popupCartModal .modal-dialog {
		width: auto
	}
}

#popupCartModal .modal-content {
	border-radius: 0
}

	#popupCartModal .modal-content .col-sm-6 {
		padding: 10px 30px 0px 30px
	}

@media (max-width: 414px) {
	#popupCartModal .modal-content .col-sm-6 {
		padding: 10px 15px 0 15px
	}
}

#popupCartModal .modal-content .modal-right {
	text-align: left;
	background: #f8f8f8;
	padding-bottom: 30px;
	min-height: 235px
}

#popupCartModal .media .thumb-1x1 {
	width: 100px;
	text-align: center
}

#popupCartModal .product-new-price {
	color: #409cff;
	margin-top: 6px;
	font-size: 16px;
	font-weight: 400
}

#popupCartModal button.close {
	position: absolute !important;
	right: 10px;
	top: 5px
}

#popupCartModal .modal-body {
	position: relative;
	padding: 15px 0
}

#popupCartModal .total_price {
	font-size: 16px;
	padding: 10px 0 5px
}

#popupCartModal h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px
}

@media (max-width: 414px) {
	#popupCartModal h3 {
		font-size: 14px
	}
}

@media (max-width: 991px) {
	#popupCartModal h3 {
		margin-bottom: 0px
	}
}

#popupCartModal h3 i {
	font-style: normal;
	color: #409cff
}

#popupCartModal h3 a:hover i {
	color: #409cff
}

#popupCartModal .btn-red {
	line-height: 45px;
	color: #fff;
	height: 45px;
	padding: 0 20px;
	border-radius: 20px;
	font-size: 16px;
	border: none;
	background: #409cff
}

#popupCartModal .btn-xam {
	line-height: 38px;
	color: #252525;
	height: 45px;
	padding: 0 20px;
	border-radius: 20px;
	font-size: 16px;
	background: #f8f8f8;
	border: 2px solid #ebebeb;
	margin-right: 3px;
	margin-top: 15px
}

.quickview-product .product-description img {
	display: none
}

.ekko-lightbox-nav-overlay a {
	opacity: 1 !important
}

.ekko-lightbox .modal-dialog .modal-body {
	padding: 10px 10px 7px 10px !important
}
